Version | Date | Description |
---|---|---|
1.10 | 2006-07-21 | |
1.9 | 2005-04-09 | |
1.8.1 | 2004-08-20 | |
1.8 | 2004-07-20 | |
1.7 | 2004-05-15 | |
1.6 | 2004-03-07 | |
1.5 | 2003-10-08 | |
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 |
---|---|---|
Update dependencies to unify them between plugins. The following dependencies are updated : commons-jelly-tags-interaction v1.0 to v1.1 | aheritier | |
The plugin overwrote existing ant script files without warning. From now the plugin ask you if you want to replace it. You can also use the property maven.ant.generate.force to force the plugin to replace the current script. Fixes MPANT-19. | aheritier | |
The property maven.ant.generatebuild.file is replaced by properties maven.ant.generate.dir, maven.ant.generate.script. The generated script is ${maven.ant.generate.dir}/${maven.ant.generate.script}. | aheritier | |
The property maven.ant.generatebuild.file is removed. | aheritier | |
Add a new goal (ant:execute) to execute a build.xml file from maven. Fixes MPANT-25. | aheritier | |
Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following depen dencies are updated : commons-jelly-tags-xml v1.0 to v1.1, commons-jelly-tags-interaction v1.0 to v1.1 Fixes MAVEN-1712. | aheritier |
Type | Changes | By |
---|---|---|
Ant script looks for dependencies in several remote repositories. Fixes MPANT-24. | aheritier | |
Add License file to jar META-INF. Fixes MPANT-23. Thanks to Phil Steitz. | aheritier | |
"get-deps" target store downloads to the default local maven repository ( ${user.home}/.maven/repository ). Fixes MPANT-21. | aheritier | |
Allow URL substitutions in generated build.xml files. Fixes MPANT-20. Thanks to Dennis Lundberg,Craig McClanahan. | aheritier | |
Obey jar override and not attempt to download relative jars. Fixes MPANT-7. | epugh | |
Ant user can set proxy settings. | aheritier | |
New property maven.ant.compatibility if you want a script compatible with ant 1.5 (actually for proxy settings). | aheritier |
Type | Changes | By |
---|---|---|
Use relative paths in test resources filesets. Fixes MPANT-16. | carlos |
Type | Changes | By |
---|---|---|
Add ant's setproxy tag. Fixes MPANT-9. Thanks to Jan Nielsen. | aheritier | |
Use relative paths in directory properties. Fixes MPANT-16. Thanks to Brent Worden. | carlos | |
Compile tests and run them only if Junit is present in ANT (display a warning otherwise). | aheritier |
Type | Changes | By |
---|---|---|
Resources are correctly copied to the specified targetPath. Fixes MPANT-14. | aheritier | |
Corrects also NumberFormatException.
pom.build.unitTest.resources
is made up of several
resource
elements.
Fixes MPANT-13.
|
aheritier | |
Remove NumberFormatException if
pom.build.unitTest.resources
doesn't exist.
Fixes MPANT-12.
|
aheritier | |
Change plugin tests to use 'assert' tags Fixes MPANT-11. | dion | |
Replace use of 'target' directory with appropriate variables | brett |
Type | Changes | By |
---|---|---|
Use relative path for javadoc. Fixes MPANT-8. | evenisse | |
Check unit test source dir exists before making relative path | dion |
Type | Changes | By |
---|---|---|
Make relative paths output for various pom values. Fixes MPANT-2. | dion |
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 |
---|---|---|
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 th e 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 |