diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-ant-based/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-ant-based/pom.xml index ad31dcc9e7..83f021b9e2 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-ant-based/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-ant-based/pom.xml @@ -90,6 +90,10 @@ under the License. 2.4.2 + + + ${project.build.directory} + diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-ant-based/src/main/resources/META-INF/maven/plugin.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-ant-based/src/main/resources/META-INF/maven/plugin.xml new file mode 100644 index 0000000000..292988c9e1 --- /dev/null +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-ant-based/src/main/resources/META-INF/maven/plugin.xml @@ -0,0 +1,115 @@ + + + + A test plugin whose mojos are implemented via Ant scripts. + org.apache.maven.its.plugins + maven-it-plugin-ant-based + 2.1-SNAPSHOT + itant-based + false + true + + + touch + Creates a touch file. + false + true + false + false + false + false + /touch.build.xml:touch + ant-mojo + map-oriented + map-oriented + per-lookup + once-per-session + + + outputFile + java.io.File + false + true + The path to the touch file. + + + basedir + ant.basedir + java.io.File + true + true + The base directory from which to execute the Ant script. + + + messageLevel + ant.messageLevel + java.lang.String + false + true + The message-level used to tune the verbosity of Ant logging. + + + + + ${antBasedir} + ${antMessageLevel} + + + + + + org.apache.maven + maven-script-ant + jar + 2.0.6 + + + org.apache.maven + maven-plugin-api + jar + 2.0.6 + + + org.codehaus.plexus + plexus-ant-factory + jar + 1.0-alpha-2 + + + org.codehaus.plexus + plexus-utils + jar + 1.0.5 + + + classworlds + classworlds + jar + 1.1-alpha-2 + + + org.codehaus.plexus + plexus-container-default + jar + 1.0-alpha-9-stable-1 + + + junit + junit + jar + 3.8.1 + + + org.apache.ant + ant + jar + 1.7.1 + + + org.apache.ant + ant-launcher + jar + 1.7.1 + + +