- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
[ANN] maven-scala-plugin 2.12
Sat, 2009-10-03, 14:45
The maven-scala-plugin team is pleased to announce the
maven-scala-plugin-2.12 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 and doc mojo now use includes and excludes configuration.
o support aggregation a modules's vscaladoc (works with vscaladoc 1.2-SNAPSHOT)
Fixed Bugs:
o mvn scala:console now works from windows
o fix "Broken Pipe" issue on Windows
o fixed documentation errors from 2.11. Added start of FAQ section
o compilerPlugin configuration now pulls in transitive dependencies.
o Ensure doc is written to site/scaladoc directory with both scala:doc
and site goals
o Once again mvn scala:console does *not* compile the project. See the FAQ
o the plugin work with snapshot version of scala-library and scala-compiler
Changes:
o now failOnMultipleScalaVersions == true stop the build
Have fun!
-maven-scala-plugin team
(maven sites will be updated near)
Two bug fix version was released :
2.12.1 : fix broking scala:console goal on other platform than 'windows'
2.12.2 : fix compilation of mixed java/scala project (failed if you
don't clean before compile)
Regards
/davidB
On Sat, Oct 3, 2009 at 15:44, David Bernard wrote:
> The maven-scala-plugin team is pleased to announce the
> maven-scala-plugin-2.12 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 and doc mojo now use includes and excludes configuration.
> o support aggregation a modules's vscaladoc (works with vscaladoc 1.2-SNAPSHOT)
>
> Fixed Bugs:
> o mvn scala:console now works from windows
> o fix "Broken Pipe" issue on Windows
> o fixed documentation errors from 2.11. Added start of FAQ section
> o compilerPlugin configuration now pulls in transitive dependencies.
> o Ensure doc is written to site/scaladoc directory with both scala:doc
> and site goals
> o Once again mvn scala:console does *not* compile the project. See the FAQ
> o the plugin work with snapshot version of scala-library and scala-compiler
>
> Changes:
> o now failOnMultipleScalaVersions == true stop the build
>
>
> Have fun!
> -maven-scala-plugin team
>
> (maven sites will be updated near)
>