Last published: 01 October 2003 | Doc for 1.4
Maven
|
Ant
Overview
Goals
Properties
Project Documentation
About Maven Ant Plug-in
Project Info
Project Reports
Development Process
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.