Version |
Date |
Description |
2.8
|
2008-10-15 |
scripting with scala |
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 |
 |
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
|