[ANN] maven-scala-plugin 2.11

View: New views
1 Messages — Rating Filter:   Alert me  

[ANN] maven-scala-plugin 2.11

by David Bernard-3 :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

Hi,

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

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

Changes in this version include:

New features:
o For scala version prior to 2.8.0, maven-scala-plugin could use a file to pass arguments to Main.  This fixes issues on OSes with argument length limitations (like windows)
o For scala version 2.8.0 and above, maven-scala-plugin now uses the @ argument to pass arguments via a file.  This fixes issues on OSes with argument length limitations (like windows)
o allow running vscaladoc aggregation only from command line use "-Dforce-aggregate=true" (avoid using in pom.xml) [ !! Experimental, work only with vscaladoc-1.2-SNAPSHOT !! ]

Fixed Bugs:
o fix vscaladoc aggregation to work with maven 2.1.0
o add jline in the classpath of scala:console to enable REPL enhancement when jline is available
o disable use of ConsolePiper that generate an echo of command when running scala:console

Changes:
o replace shitty by maven-invoker-plugin to run integration-test (shitty doesn't work with maven 2.1.0)


PS: I have some troubles to generates the site for this version. the mvn-site will be updated later.

See http://scala-tools.org/mvnsites/maven-scala-plugin/ for usage and goals'details

Have fun!
-maven-scala-plugin team