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
+
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.