Maven Ant Plugin Settings

Property name Optional? Description
maven.ant.excludeTests Yes 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
maven.ant.generatebuild.file Yes Sets the name of the ant buildfile to create. Defaults to "build.xml". This is used by the "ant:generate-build" goal.