Full name:
org.apache.maven.plugins:maven-antrun-plugin:1.6:run
Description:
Attributes:
test.| Name | Type | Since | Description |
|---|---|---|---|
| customTaskPrefix | String |
1.5 |
The xml tag prefix to use for the built in Ant tasks. This prefix
needs to be prepended to each task referenced in the antrun target
config. For example, a prefix of "mvn" means that the
attachartifact task is referenced by "<mvn:attachartifact>"
The default value of an empty string means that no prefix is used
for the tasks. |
| propertyPrefix | String |
1.4 |
String to prepend to project and dependency property names. |
| sourceRoot | File |
- |
Deprecated. Use the build-helper-maven-plugin to bind source directories |
| target | PlexusConfiguration |
1.5 |
The XML for the Ant target. You can add anything you can add
between <target> and </target> in a build.xml. |
| tasks | PlexusConfiguration |
- |
Deprecated. Use target instead |
| testSourceRoot | File |
- |
Deprecated. Use the build-helper-maven-plugin to bind test source directories |
| versionsPropertyName | String |
- |
The name of a property containing the list of all dependency
versions. This is used for the removing the versions from the
filenames. Default value is: maven.project.dependencies.versions. |
java.lang.String1.5Nojava.lang.String1.4Nojava.io.FileNo${sourceRoot}org.codehaus.plexus.configuration.PlexusConfiguration1.5Noorg.codehaus.plexus.configuration.PlexusConfigurationNojava.io.FileNo${testSourceRoot}java.lang.StringNomaven.project.dependencies.versions