Full name:
org.apache.maven.plugins:maven-ant-plugin:2.1:ant
Description:
Generate Ant build files.
Attributes:
test
.Name | Type | Since | Description |
---|---|---|---|
localRepository | ArtifactRepository |
- |
The local repository where the artifacts are located. |
project | MavenProject |
- |
The project to create a build for. |
Name | Type | Since | Description |
---|---|---|---|
overwrite | boolean |
- |
Whether or not to overwrite the build.xml file. Default value is: false . |
remoteRepositories | List |
- |
The remote repositories where artifacts are located. |
The local repository where the artifacts are located.
org.apache.maven.artifact.repository.ArtifactRepository
Yes
${localRepository}
Whether or not to overwrite the build.xml
file.
boolean
No
${overwrite}
false
project :
The project to create a build for.
org.apache.maven.project.MavenProject
Yes
${project}
The remote repositories where artifacts are located.
java.util.List
No
${project.remoteArtifactRepositories}