Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is this the latest version of the maven scala plugin ?

Tags:

maven

scala

Is this the latest version of the maven scala plugin : http://scala-tools.org/mvnsites/maven-scala-plugin/

It states '© 2010 Scala Tools' so there must be a later version at another location ?

like image 878
blue-sky Avatar asked Dec 03 '12 09:12

blue-sky


People also ask

What is Maven scala plugin?

The scala-maven-plugin is used for compiling/testing/running/documenting scala code in maven.

What is Maven plugin version?

Maven Plugin Plugin/ | Last Published: 2022-01-11. Version: 3.6.4.

Can I use Maven for scala?

Think back to “convention over configuration”; in our case, the Scala Maven Plugin provides an archetype for scala projects. If this is your first time, you'll notice that Maven is downloading many jar files. Maven resolves dependencies and downloads them as needed (and only once).


1 Answers

The last version is at http://davidb.github.com/scala-maven-plugin/index.html

The plugin was renamed to scala-maven-plugin to respect the new maven naming policy for plugins. (ie only maven core plugins are prefixed maven)

like image 177
David Pierre Avatar answered Oct 07 '22 17:10

David Pierre