Release History

Version Date Description
1.4 2003-09-29
1.3 Maven beta 9
1.2 2003-02-12
1.1 2002-09-15
1.0 2002-08-04

Release 1.4 - 2003-09-29

Type Changes By
update Added test project dion
fix Separate build.xml template from plugin.jelly dion
fix Allow dependencies other than 'jars' to be downloaded dion

Release 1.3 - Maven beta 9

Type Changes By
fix Use first remote repo the user has specified for gets dion

Release 1.2 - 2003-02-12

Type Changes By
add Added the new maven.ant.excludedTests property dion
fix If a project has no test source, the test targets are empty. dion
fix Fixing a chicken-and-egg problem. The "test" and "compile-tests" tasks were putting target/${final.name}.jar into the classpath. But... the "jar" target that creates that jarfile is dependent upon those two targets. So, there was no way for the first two to succeed since the jarfile couldn't be created. Now, the first two include target/classes in the classpath and all is well. jcej
add Added the maven.ant.generatebuild.file property and docs jcej
add Added more documentation on properties and supported SCM systems dion

Release 1.1 - 2002-09-15

Type Changes By
update Fix documentation dion
fix Fix for bug Maven-52: generated ant build should execute the unit tests before generating a jar. dion

Release 1.0 - 2002-08-04

Type Changes By
add Original release for Maven 1.0-beta6 jvanzyl