Josh Suereth | 1 Mar 21:15
Picon
Gravatar

Version 2.10 of the maven-scala-plugin is released!

The Maven and Scala team is pleased to announce version 2.10 of the maven-scala plugin.  With this release, the following has been accomplished:

  • FIX - doc goal now behaves like compiler when looking for scala version.
  • FIX - test source directory parameter (testSourceDir) is now added to the testSourceDirectories (instead of compile source directories).
  • ENHANCEMENT - Added support for executing scalac plugins.
  • ENHANCEMENT - Added support for optional forking of scalac.
  • ENHANCEMEMT - Added support to turn off sending Java source to scalac.
  • ENHANCEMENT - Plugin now detects multiple versions of scala library in transitive dependency list and issues a warning / fails the build.
  • ENHANCEMENT - org.scala-lang and org.scala-tools artifacts are now available from Maven Central Repository!!!!

Special thanks to David Bernard and Arnaud Bailly for making this release possible!

 

Also note that as part of the scala 2.8.0 nightlies (and subsequent release), the scalap and partest libraries will be available in the scala-tools maven repository

David Pollak | 1 Mar 21:47
Picon
Gravatar

Re: Version 2.10 of the maven-scala-plugin is released!

Awesome stuff!

On Sun, Mar 1, 2009 at 12:15 PM, Josh Suereth <joshua.suereth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:

The Maven and Scala team is pleased to announce version 2.10 of the maven-scala plugin.  With this release, the following has been accomplished:

  • FIX - doc goal now behaves like compiler when looking for scala version.
  • FIX - test source directory parameter (testSourceDir) is now added to the testSourceDirectories (instead of compile source directories).
  • ENHANCEMENT - Added support for executing scalac plugins.
  • ENHANCEMENT - Added support for optional forking of scalac.
  • ENHANCEMEMT - Added support to turn off sending Java source to scalac.
  • ENHANCEMENT - Plugin now detects multiple versions of scala library in transitive dependency list and issues a warning / fails the build.
  • ENHANCEMENT - org.scala-lang and org.scala-tools artifacts are now available from Maven Central Repository!!!!

Special thanks to David Bernard and Arnaud Bailly for making this release possible!

 

Also note that as part of the scala 2.8.0 nightlies (and subsequent release), the scalap and partest libraries will be available in the scala-tools maven repository




--
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Git some: http://github.com/dpp
Josh Suereth | 5 Mar 01:07
Picon
Gravatar

maven-scala-plugin 2.10.1 is released!

The maven-scala-plugin team is pleased to announce the maven-scala-plugin-2.10.1 release!

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

Changes in this version include:


Fixed Bugs:
o No longer using Josh's dumb algorithm when checking for multiple scala versions.



Have fun!
-maven-scala-plugin team


Gmane