diff --git a/ant/xdocs/properties.xml b/ant/xdocs/properties.xml index 079bbcf9..ba81adfb 100644 --- a/ant/xdocs/properties.xml +++ b/ant/xdocs/properties.xml @@ -56,23 +56,23 @@ maven.ant.excludeTests - Holds a comma separated list of source file patterns that will be excluded in the generated Ant build, e.g. + + Holds a comma separated list of source file patterns that will be excluded in the generated Ant build, e.g. + maven.ant.excludeTests=**/*Test.java,**/*Suite.java + since 1.2 Yes - - - - - maven.ant.excludeTests=**/*Test.java,**/*Suite.java + + <empty> maven.ant.use.properties -

The maven plugin for ant adds two lines at the top of the generated buildfile :

+ The maven plugin for ant adds two lines at the top of the generated buildfile : <property file="build.properties"/> <property file="${user.home}/build.properties"/> -

If you experience that your own properties are clashing with the ones used in the generated buildfile you can set this property to "false" to remove these 2 lines from the generated buildfile. Valid values are "true" or "false".

+ If you experience that your own properties are clashing with the ones used in the generated buildfile you can set this property to "false" to remove these 2 lines from the generated buildfile. Valid values are "true" or "false". since 1.9 Yes @@ -104,11 +104,14 @@ The target of the Ant project that should be executed. Defaults to the project's default target. since 1.10 Yes - <empty> + + <empty> + maven.ant.generatebuild.file - !! REMOVED !! Sets the name of the ant buildfile to create. Use "maven.ant.generate.script" and "maven.ant.generate.dir" instead. + + !! REMOVED !! Sets the name of the ant buildfile to create. Use "maven.ant.generate.script" and "maven.ant.generate.dir" instead. since 1.0, removed in 1.10. Yes ${basedir}/build.xml