Version | Date | Description |
---|---|---|
2.15.1-SNAPSHOT | ||
2.15.0 | 2010-11-11 | genjson |
2.14.3 | 2010-10-25 | fix scala:cc |
2.14.2 | 2010-10-14 | new continuous testing feature |
2.14.1 | 2010-07-21 | |
2.14 | 2010-06-27 | scalac integration and other minor updates |
2.13 | 2009-11-23 | editor/ide integration enhancement |
2.12 | 2009-10-06 | IO Windows fixes |
2.11 | 2009-06-29 | |
2.10.1 | 2009-03-05 | |
2.10 | 2009-03-01 | |
2.9.2 | 2008-12-?? | |
2.9.1 | 2008-12-05 | |
2.9 | 2008-12-03 | support mixed java/scala projects |
2.8 | 2008-09-27 | |
2.7 | 2008-08-25 | |
2.6 | 2008-05-08 | upgrade scaladoc 2.7.1 |
2.5.1 | 2008-03-29 | vscaladoc support |
2.5 | 2008-03-19 | compile only |
2.4 | 2008-03-02 | improve custom scaladoc |
2.3 | 2008-01-17 | improve custom compilation |
2.2 | 2007-12-12 | work with console |
2.1 | 2007-11-18 | documentation fix |
2.0 | 2007-11-15 | first scala-tools version |
1.0 | 2007-04-18 | millstone.iodp.tamu.edu/blambi version |
Type | Changes | By |
---|---|---|
![]() | Fixed bug with cctest that caused the tests to not run if there are no main source files but there are test source files | Jim Hurne |
![]() | Add ccTestGoals parameters to choose others test goals (eg: scalatest:test) | Jim Hurne |
Type | Changes | By |
---|---|---|
![]() | Add scala:genjson to generate scaladoc in json format (via vscaladoc2_genjson) | David Bernard |
Type | Changes | By |
---|---|---|
![]() | scala:cc and scala:cctest raise an "UnsupportedOperationException: USELESS" | David Bernard |
Type | Changes | By |
---|---|---|
![]() | New scala:cctest goal for Continuous Testing of Scala projects | James Strachan |
![]() | scala:cc now works OK if verbose is enabled | James Strachan |
![]() | scala:doc now works with maven 3.0 (and maven-site-plugin 3.0-beta-2) | David Bernard |
![]() | fix issue in finding the compiler for scala's version with modifier prefixed by '.' instead of '-' like 2.8.1.RC2 | David Bernard |
Type | Changes | By |
---|---|---|
![]() | aggregate vscaladoc should not run with scaladoc(2) | Ross A. Baker |
Type | Changes | By |
---|---|---|
![]() | Allow scala:doc to generate scaladoc for multi-level projects like lift (quick fix) | David Bernard |
![]() | first raw integration with tycho | Miles Sabin |
![]() | script no longer include default import (like for Conversion, as it will not be part of scala 2.8) | David Bernard |
![]() | change the classpath rules for running and compiling script (see doc) | David Bernard |
![]() | property 'maven.scala.displayCmd' replaced by 'displayCmd' shorter for command line typing | David Bernard |
![]() | property 'maven.scala.version' replaced by 'scala.version' to avoid over-configuration | David Bernard |
![]() | scaladoc goal now executes generate-sources before executing | Indrajit Raychaudhuri |
![]() | Documentation for scalac arguments updated in usage_compiler.html | Josh Suereth |
![]() | Dependent Artifacts are now listed when there are scala version mismtaches detected | Josh Suereth |
![]() | Scalac plugins now sent to REPL when executing scala:console | Josh Suereth |
![]() | the list of source to compile is sorted by path to allow better "reproductible" build across box (as scalac seems sensible to file order) | David Bernard |
![]() | add redirection of spawned process to (java.io.tmpdir)/(mainClassName).(err|out) | David Bernard |
![]() | integration with ScalaCS | David Bernard |
Type | Changes | By |
---|---|---|
![]() | compile, test-compile, cc compile all files by default | David Bernard |
![]() | 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) | David Bernard |
![]() | output line from compiler are redirected to maven's logger in forked mode => prefixed by [ERROR]/[WARN]/[INFO] + ease integration with m2eclipse (FULL_BUILD) | David Bernard |
![]() | prepare integration of scala-tool-server (sts) with the goal sts-init | David Bernard |
![]() | fix documentation of default value for goal's configuration (http://github.com/davidB/maven-scala-plugin/issues/unreads#issue/16) Fixes 16. Thanks to awhitford. | David Bernard |
![]() | fix regression of 2.12 where scala:cc stop/exit at first error Thanks to Christophe Dehlinger. | David Bernard |
![]() | rename packages to use a "flat one level" : org.scala_tools.maven.xxx => org_scala_tools_maven_xxx (ease file / web browsing) | David Bernard |
remove yaml as pom (maven-yamlpom-plugin doesn't support !true as properties value) | David Bernard |
Type | Changes | By |
---|---|---|
![]() | fix "Broken Pipe" issue on Windows | David Bernard |
![]() | use Yaml to manage pom (thanks to maven-yamlpom-plugin http://wiki.github.com/mrdon/maven-yamlpom-plugin) | David Bernard |
![]() | compile and doc mojo now use includes and excludes configuration. | Josh Suereth |
![]() | fixed documentation errors from 2.11. Added start of FAQ section | Josh Suereth |
![]() | compilerPlugin configuration now pulls in transitive dependencies. | Nicholas Tung |
![]() | Ensure doc is written to site/scaladoc directory with both scala:doc and site goals | Sean Griffin |
![]() | mvn scala:console now works from windows | Josh Suereth + Kevin Wright |
![]() | Once again mvn scala:console does *not* compile the project. See the FAQ | Josh Suereth |
![]() | the plugin work with snapshot version of scala-library and scala-compiler | David Bernard |
![]() | now failOnMultipleScalaVersions == true stop the build | Heiko Seeberger |
Type | Changes | By |
---|---|---|
![]() | fix vscaladoc aggregation to work with maven 2.1.0 | David Bernard |
![]() | replace shitty by maven-invoker-plugin to run integration-test (shitty doesn't work with maven 2.1.0) | David Bernard |
![]() | add jline in the classpath of scala:console to enable REPL enhancement when jline is available | David Bernard |
![]() | 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) | David Bernard |
![]() | 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) | Josh Suereth |
![]() | allow running vscaladoc aggregation only from command line use "-Dforce-aggregate=true" (avoid using in pom.xml) | David Bernard |
![]() | disable use of ConsolePiper that generate an echo of command when running scala:console | David Bernard |
Type | Changes | By |
---|---|---|
![]() | No longer using Josh's dumb algorithm when checking for multiple scala versions. | Josh Suereth & David Bernard |
Type | Changes | By |
---|---|---|
![]() | doc goal now behaves like compiler when looking for scala version. | Josh Suereth |
![]() | test source directory parameter (testSourceDir) is now added to the testSourceDirectories (instead of compile source directories). | Arnaud Bailly |
![]() | Added support for executing scalac plugins. | Josh Suereth |
![]() | Added support for optional forking of scalac. | Josh Suereth |
![]() | Added support to turn off sending Java source to scalac. | Josh Suereth |
![]() | Plugin now detects multiple versions of scala library and issues a warning/fails. | Josh Suereth |
Type | Changes | By |
---|---|---|
![]() | Added documentation for Java/Scala combined projects. Updated integration tests to ensure it works appropriately. | Josh Suereth |
![]() | wrong split of -DaddArgs when running 'mvn scala:run -DmainClass=scala.tools.nsc.Main -DaddArgs="scriptName"' | David Bernard |
Type | Changes | By |
---|---|---|
![]() | Console goal now executes project compile beforehand | Josh Suereth |
![]() | does *not* send all java files to the scala compiler for versions prior to 2.7.2 | Josh Suereth |
Type | Changes | By |
---|---|---|
![]() | added support to look in all registered source directories for scala files | Josh Suereth |
![]() | now send all java files to the scala compiler | Josh Suereth |
![]() | fixed minor issues in documentation xml | Josh Suereth |
![]() | added support for automatic integration tests | Josh Suereth |
Type | Changes | By |
---|---|---|
![]() | redefine the run goal at the test-compile phase, to have a correct classpath | David Bernard |
![]() | add ability to run scala script (from pom.xml or external file) | Jesse Eichar |
![]() | detection of the scala version use the test scope when compiling test classes | David Bernard |
![]() | rename 'scalaJars' configuration attribute to 'dependencies' | David Bernard |
Type | Changes | By |
---|---|---|
![]() | no more add scala-dbc and scala-decoder to the classpath when running scaladoc, compiler (to be compatible with 2.7.2) | David Bernard |
![]() | auto-detect the scala-compiler version from the scala-library version declared as dependency | David Bernard |
![]() | add an alternate format for compiler output if maven is called with "-DemacsMode=true" | David Bernard |
![]() | add launchers : predefined configuration for scala:run | David Bernard |
![]() | change the source host from code.google.com to github | David Bernard |
Type | Changes | By |
---|---|---|
![]() | add a shortcut config to use vscaladoc : vscaladocVersion, it's an alias of using the previous scaladocClassName and scalaJars | David Bernard |
![]() | update the doc goal to support scala 2.7.1 (change the way to call scaladoc) | David Bernard |
Type | Changes | By |
---|---|---|
![]() | fix a bug in custom scaladoc and call to "mvn site" | David Bernard |
Type | Changes | By |
---|---|---|
![]() | add the option "once" to scala:cc, if once == true then it is not a continuous compilation but run once = compile only (no check on resources,...) | David Bernard |
Type | Changes | By |
---|---|---|
![]() | add the configuration parameter scaladocClassName to allow custom scaladoc Main | David Bernard |
Type | Changes | By |
---|---|---|
![]() | add continuous compilation : compilation run in loop and compile only modified file (non-stop) | David Bernard |
![]() | add configuration scalaJars for additional jar in the classpath of scalaMainClass (improve support of custom main/compiler) | David Bernard |
Type | Changes | By |
---|---|---|
![]() | compile and testCompile, only compile newer source file modification than the last compilation | David Bernard |
![]() | add basic support of javarebel into the console goal | David Bernard |
![]() | the console goal (with history and line navigation) | David Bernard |
![]() | linksource option of scaladoc, default is now true | David Bernard |
![]() | call "scalac -help -X -Y" for scala:help | David Bernard |
![]() | location/directory of scaladocs for modules | David Bernard |
Type | Changes | By |
---|---|---|
![]() | scaladoc bottom substitution | David Bernard |
![]() | location/directory of scaladocs | David Bernard |
![]() | add license to header of source file | David Bernard |
Type | Changes | By |
---|---|---|
![]() | change groupId to org.scala-tools | David Bernard |
![]() | add reports to the genereted site | David Bernard |
![]() | generate scaladoc like javadoc (as a report) | David Bernard |
![]() | add support for scaladoc's options (footer, windowtitle,...) | David Bernard |
![]() | the help goal to display compiler arguments | David Bernard |
![]() | allow to display the command line used | David Bernard |
![]() | allow to choose the version of scala compiler | David Bernard |
![]() | use 'args' and 'jvmArgs' to provide complementary options to scala | David Bernard |
![]() | remove configuration entry : memorymax, memorymin, deprected... | David Bernard |
![]() | support for source code not under src/main/scala | David Bernard |
![]() | compile test, with the test dependencies | David Bernard |
![]() | execute the "run" goal with the runtime dependencies | David Bernard |
![]() | declare scala-compiler as a plugin dependencies, so it is no more needed to declare scala-compiler as a project's dependencies | David Bernard |
![]() | goals are documented via the standard maven-plugin-report | David Bernard |