This page is no longer maintained — Please continue to the home page at www.scala-lang.org

[ANN] maven-scala-plugin 2.13

No replies
david.bernard
Joined: 2009-01-08,
User offline. Last seen 1 year 27 weeks ago.
The maven-scala-plugin team is pleased to announce the maven-scala-plugin-2.13 release!

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

Changes in this version include:

New features:
o compile, test-compile, cc log the root directories of compilation of the list of files that will be compiled (to allow editor/IDE to reset markers/annotation)
o prepare integration of scala-tool-server (sts) with the goal sts-init

Fixed Bugs:
o fix documentation of default value for goal's configuration (http://github.com/davidB/maven-scala-plugin/issues/unreads#issue/16)  Issue: 16. Thanks to awhitford.
o fix regression of 2.12 where scala:cc stop/exit at first error Thanks to Christophe Dehlinger.

Changes:
o compile, test-compile, cc compile all files by default (less wrong result with trait,... no more need to clean)
o output line from compiler are redirected to maven's logger in forked mode => prefixed by [ERROR]/[WARN]/[INFO] + ease integration with m2eclipse (FULL_BUILD)
o rename packages inside the plugin to use a "flat one level" : org.scala_tools.maven.xxx => org_scala_tools_maven_xxx (ease file / web browsing)


Have fun!
-maven-scala-plugin team

Copyright © 2012 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland