The maven-scala-plugin team is pleased to announce the
maven-scala-plugin-2.8 release!
The maven-scala-plugin is used for
compiling/testing/running/documenting scala code in maven.
Changes in this version include:
New features:
o add ability to run scala script (from pom.xml or external file)
Contribution from Jesse Eichar
see
http://scala-tools.org/mvnsites/maven-scala-plugin/usage_script.htmlFixed Bugs:
o redefine the 'run' goal at the test-compile phase, to have a correct
classpath
o detection of the scala version use the test scope when compiling test classes
Changes:
o rename 'scalaJars' configuration attribute to 'dependencies'
Have fun!
-maven-scala-plugin team