|
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
|
|
Type
|
Changes
|
By
|
|
Added test project
|
dion
|
|
Separate build.xml template from plugin.jelly
|
dion
|
|
Allow dependencies other than 'jars' to be
downloaded
|
dion
|
Type
|
Changes
|
By
|
|
Use first remote repo the user has specified for gets
|
dion
|
Type
|
Changes
|
By
|
|
Added the new maven.ant.excludedTests property
|
dion
|
|
If a project has no test source, the test targets are empty.
|
dion
|
|
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
|
|
Added the maven.ant.generatebuild.file property and docs
|
jcej
|
|
Added more documentation on properties and supported SCM systems
|
dion
|
Type
|
Changes
|
By
|
|
Fix documentation
|
dion
|
|
Fix for bug Maven-52: generated ant build should execute the unit tests before generating a jar.
|
dion
|
Type
|
Changes
|
By
|
|
Original release for Maven 1.0-beta6
|
jvanzyl
|
|