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.ArtifactRepositoryYes${localRepository}Whether or not to overwrite the build.xml file.
booleanNo${overwrite}falseproject :
The project to create a build for.
org.apache.maven.project.MavenProjectYes${project}The remote repositories where artifacts are located.
java.util.ListNo${project.remoteArtifactRepositories}