move ant test to maven plugin it tests
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1337865 13f79535-47bb-0310-9956-ffa450edef68master
parent
0d9832fdd5
commit
4feea7b268
|
|
@ -30,7 +30,11 @@
|
||||||
<name>Simple Ant-Mojo</name>
|
<name>Simple Ant-Mojo</name>
|
||||||
<packaging>maven-plugin</packaging>
|
<packaging>maven-plugin</packaging>
|
||||||
<description>Tests the simplest case of using an Ant script to drive a mojo.</description>
|
<description>Tests the simplest case of using an Ant script to drive a mojo.</description>
|
||||||
|
|
||||||
|
<properties>
|
||||||
|
<pluginPluginVersion>@project.version@</pluginPluginVersion><!-- -->
|
||||||
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>ant</groupId>
|
<groupId>ant</groupId>
|
||||||
|
|
@ -40,12 +44,11 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.maven</groupId>
|
<groupId>org.apache.maven</groupId>
|
||||||
<artifactId>maven-script-ant</artifactId>
|
<artifactId>maven-script-ant</artifactId>
|
||||||
<version>2.0.1</version>
|
<version>2.2.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<scriptSourceDirectory>src/main/scripts</scriptSourceDirectory>
|
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-plugin-plugin</artifactId>
|
<artifactId>maven-plugin-plugin</artifactId>
|
||||||
|
|
@ -54,9 +57,9 @@
|
||||||
</configuration>
|
</configuration>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.maven</groupId>
|
<groupId>org.apache.maven.plugin-tools</groupId>
|
||||||
<artifactId>maven-plugin-tools-ant</artifactId>
|
<artifactId>maven-plugin-tools-ant</artifactId>
|
||||||
<version>2.0.1</version>
|
<version>@project.version@</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
@ -44,13 +44,6 @@
|
||||||
<groupId>org.apache.maven.ant.it</groupId>
|
<groupId>org.apache.maven.ant.it</groupId>
|
||||||
<artifactId>simpleUsage-plugin</artifactId>
|
<artifactId>simpleUsage-plugin</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0-SNAPSHOT</version>
|
||||||
<dependencies>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.codehaus.plexus</groupId>
|
|
||||||
<artifactId>plexus-ant-factory</artifactId>
|
|
||||||
<version>1.0-alpha-1-SNAPSHOT</version>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
|
||||||
|
|
||||||
<configuration>
|
<configuration>
|
||||||
<name>Hani</name>
|
<name>Hani</name>
|
||||||
Loading…
Reference in New Issue