Changes

Release History

VersionDateDescription
2.15.1-SNAPSHOT
2.15.02010-11-11genjson
2.14.32010-10-25fix scala:cc
2.14.22010-10-14new continuous testing feature
2.14.12010-07-21
2.142010-06-27scalac integration and other minor updates
2.132009-11-23editor/ide integration enhancement
2.122009-10-06IO Windows fixes
2.112009-06-29
2.10.12009-03-05
2.102009-03-01
2.9.22008-12-??
2.9.12008-12-05
2.92008-12-03support mixed java/scala projects
2.82008-09-27
2.72008-08-25
2.62008-05-08upgrade scaladoc 2.7.1
2.5.12008-03-29vscaladoc support
2.52008-03-19compile only
2.42008-03-02improve custom scaladoc
2.32008-01-17improve custom compilation
2.22007-12-12work with console
2.12007-11-18documentation fix
2.02007-11-15first scala-tools version
1.02007-04-18millstone.iodp.tamu.edu/blambi version

Release 2.15.1-SNAPSHOT -

TypeChangesBy
fixFixed bug with cctest that caused the tests to not run if there are no main source files but there are test source filesJim Hurne
addAdd ccTestGoals parameters to choose others test goals (eg: scalatest:test)Jim Hurne

Release 2.15.0 - 2010-11-11

TypeChangesBy
addAdd scala:genjson to generate scaladoc in json format (via vscaladoc2_genjson)David Bernard

Release 2.14.3 - 2010-10-25

TypeChangesBy
fixscala:cc and scala:cctest raise an "UnsupportedOperationException: USELESS"David Bernard

Release 2.14.2 - 2010-10-14

TypeChangesBy
addNew scala:cctest goal for Continuous Testing of Scala projectsJames Strachan
fixscala:cc now works OK if verbose is enabledJames Strachan
updatescala:doc now works with maven 3.0 (and maven-site-plugin 3.0-beta-2)David Bernard
fixfix issue in finding the compiler for scala's version with modifier prefixed by '.' instead of '-' like 2.8.1.RC2David Bernard

Release 2.14.1 - 2010-07-21

TypeChangesBy
fixaggregate vscaladoc should not run with scaladoc(2)Ross A. Baker

Release 2.14 - 2010-06-27

TypeChangesBy
fixAllow scala:doc to generate scaladoc for multi-level projects like lift (quick fix)David Bernard
addfirst raw integration with tychoMiles Sabin
updatescript no longer include default import (like for Conversion, as it will not be part of scala 2.8)David Bernard
updatechange the classpath rules for running and compiling script (see doc)David Bernard
updateproperty 'maven.scala.displayCmd' replaced by 'displayCmd' shorter for command line typingDavid Bernard
updateproperty 'maven.scala.version' replaced by 'scala.version' to avoid over-configurationDavid Bernard
updatescaladoc goal now executes generate-sources before executingIndrajit Raychaudhuri
updateDocumentation for scalac arguments updated in usage_compiler.htmlJosh Suereth
updateDependent Artifacts are now listed when there are scala version mismtaches detectedJosh Suereth
fixScalac plugins now sent to REPL when executing scala:consoleJosh Suereth
updatethe 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
updateadd redirection of spawned process to (java.io.tmpdir)/(mainClassName).(err|out)David Bernard
addintegration with ScalaCSDavid Bernard

Release 2.13 - 2009-11-23

TypeChangesBy
updatecompile, test-compile, cc compile all files by defaultDavid Bernard
addcompile, 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
updateoutput 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
addprepare integration of scala-tool-server (sts) with the goal sts-initDavid Bernard
fixfix 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
fixfix regression of 2.12 where scala:cc stop/exit at first error Thanks to Christophe Dehlinger.David Bernard
updaterename 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

Release 2.12 - 2009-10-06

TypeChangesBy
fixfix "Broken Pipe" issue on WindowsDavid Bernard
adduse Yaml to manage pom (thanks to maven-yamlpom-plugin http://wiki.github.com/mrdon/maven-yamlpom-plugin)David Bernard
addcompile and doc mojo now use includes and excludes configuration.Josh Suereth
fixfixed documentation errors from 2.11. Added start of FAQ sectionJosh Suereth
fixcompilerPlugin configuration now pulls in transitive dependencies.Nicholas Tung
fixEnsure doc is written to site/scaladoc directory with both scala:doc and site goalsSean Griffin
fixmvn scala:console now works from windowsJosh Suereth + Kevin Wright
fixOnce again mvn scala:console does *not* compile the project. See the FAQJosh Suereth
fixthe plugin work with snapshot version of scala-library and scala-compilerDavid Bernard
updatenow failOnMultipleScalaVersions == true stop the buildHeiko Seeberger

Release 2.11 - 2009-06-29

TypeChangesBy
fixfix vscaladoc aggregation to work with maven 2.1.0David Bernard
updatereplace shitty by maven-invoker-plugin to run integration-test (shitty doesn't work with maven 2.1.0)David Bernard
fixadd jline in the classpath of scala:console to enable REPL enhancement when jline is availableDavid Bernard
addFor 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
addFor 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
addallow running vscaladoc aggregation only from command line use "-Dforce-aggregate=true" (avoid using in pom.xml)David Bernard
fixdisable use of ConsolePiper that generate an echo of command when running scala:consoleDavid Bernard

Release 2.10.1 - 2009-03-05

TypeChangesBy
fixNo longer using Josh's dumb algorithm when checking for multiple scala versions.Josh Suereth & David Bernard

Release 2.10 - 2009-03-01

TypeChangesBy
fixdoc goal now behaves like compiler when looking for scala version.Josh Suereth
fixtest source directory parameter (testSourceDir) is now added to the testSourceDirectories (instead of compile source directories).Arnaud Bailly
addAdded support for executing scalac plugins.Josh Suereth
addAdded support for optional forking of scalac.Josh Suereth
addAdded support to turn off sending Java source to scalac.Josh Suereth
addPlugin now detects multiple versions of scala library and issues a warning/fails.Josh Suereth

Release 2.9.2 - 2008-12-??

TypeChangesBy
addAdded documentation for Java/Scala combined projects. Updated integration tests to ensure it works appropriately.Josh Suereth
fixwrong split of -DaddArgs when running 'mvn scala:run -DmainClass=scala.tools.nsc.Main -DaddArgs="scriptName"'David Bernard

Release 2.9.1 - 2008-12-05

TypeChangesBy
fixConsole goal now executes project compile beforehandJosh Suereth
fixdoes *not* send all java files to the scala compiler for versions prior to 2.7.2Josh Suereth

Release 2.9 - 2008-12-03

TypeChangesBy
addadded support to look in all registered source directories for scala filesJosh Suereth
addnow send all java files to the scala compilerJosh Suereth
fixfixed minor issues in documentation xmlJosh Suereth
addadded support for automatic integration testsJosh Suereth

Release 2.8 - 2008-09-27

TypeChangesBy
fixredefine the run goal at the test-compile phase, to have a correct classpathDavid Bernard
addadd ability to run scala script (from pom.xml or external file)Jesse Eichar
fixdetection of the scala version use the test scope when compiling test classesDavid Bernard
updaterename 'scalaJars' configuration attribute to 'dependencies'David Bernard

Release 2.7 - 2008-08-25

TypeChangesBy
updateno more add scala-dbc and scala-decoder to the classpath when running scaladoc, compiler (to be compatible with 2.7.2)David Bernard
addauto-detect the scala-compiler version from the scala-library version declared as dependencyDavid Bernard
addadd an alternate format for compiler output if maven is called with "-DemacsMode=true"David Bernard
addadd launchers : predefined configuration for scala:runDavid Bernard
updatechange the source host from code.google.com to githubDavid Bernard

Release 2.6 - 2008-05-08

TypeChangesBy
updateadd a shortcut config to use vscaladoc : vscaladocVersion, it's an alias of using the previous scaladocClassName and scalaJarsDavid Bernard
updateupdate the doc goal to support scala 2.7.1 (change the way to call scaladoc)David Bernard

Release 2.5.1 - 2008-03-29

TypeChangesBy
addfix a bug in custom scaladoc and call to "mvn site"David Bernard

Release 2.5 - 2008-03-19

TypeChangesBy
addadd 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

Release 2.4 - 2008-03-02

TypeChangesBy
addadd the configuration parameter scaladocClassName to allow custom scaladoc MainDavid Bernard

Release 2.3 - 2008-01-17

TypeChangesBy
addadd continuous compilation : compilation run in loop and compile only modified file (non-stop)David Bernard
addadd configuration scalaJars for additional jar in the classpath of scalaMainClass (improve support of custom main/compiler)David Bernard

Release 2.2 - 2007-12-12

TypeChangesBy
updatecompile and testCompile, only compile newer source file modification than the last compilationDavid Bernard
addadd basic support of javarebel into the console goalDavid Bernard
addthe console goal (with history and line navigation)David Bernard
updatelinksource option of scaladoc, default is now trueDavid Bernard
updatecall "scalac -help -X -Y" for scala:helpDavid Bernard
fixlocation/directory of scaladocs for modulesDavid Bernard

Release 2.1 - 2007-11-18

TypeChangesBy
fixscaladoc bottom substitutionDavid Bernard
fixlocation/directory of scaladocsDavid Bernard
fixadd license to header of source fileDavid Bernard

Release 2.0 - 2007-11-15

TypeChangesBy
updatechange groupId to org.scala-toolsDavid Bernard
addadd reports to the genereted siteDavid Bernard
addgenerate scaladoc like javadoc (as a report)David Bernard
addadd support for scaladoc's options (footer, windowtitle,...)David Bernard
addthe help goal to display compiler argumentsDavid Bernard
addallow to display the command line usedDavid Bernard
addallow to choose the version of scala compilerDavid Bernard
adduse 'args' and 'jvmArgs' to provide complementary options to scalaDavid Bernard
removeremove configuration entry : memorymax, memorymin, deprected...David Bernard
fixsupport for source code not under src/main/scalaDavid Bernard
fixcompile test, with the test dependenciesDavid Bernard
fixexecute the "run" goal with the runtime dependenciesDavid Bernard
fixdeclare scala-compiler as a plugin dependencies, so it is no more needed to declare scala-compiler as a project's dependenciesDavid Bernard
fixgoals are documented via the standard maven-plugin-reportDavid Bernard

Release 1.0 - 2007-04-18

No changes in this release.