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-ffa450edef68
master
Olivier Lamy 2012-05-13 13:03:13 +00:00
parent 0d9832fdd5
commit 4feea7b268
5 changed files with 8 additions and 12 deletions

View File

@ -31,6 +31,10 @@
<packaging>maven-plugin</packaging>
<description>Tests the simplest case of using an Ant script to drive a mojo.</description>
<properties>
<pluginPluginVersion>@project.version@</pluginPluginVersion><!-- -->
</properties>
<dependencies>
<dependency>
<groupId>ant</groupId>
@ -40,12 +44,11 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-script-ant</artifactId>
<version>2.0.1</version>
<version>2.2.1</version>
</dependency>
</dependencies>
<build>
<scriptSourceDirectory>src/main/scripts</scriptSourceDirectory>
<plugins>
<plugin>
<artifactId>maven-plugin-plugin</artifactId>
@ -54,9 +57,9 @@
</configuration>
<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-tools-ant</artifactId>
<version>2.0.1</version>
<version>@project.version@</version>
</dependency>
</dependencies>
</plugin>

View File

@ -44,13 +44,6 @@
<groupId>org.apache.maven.ant.it</groupId>
<artifactId>simpleUsage-plugin</artifactId>
<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>
<name>Hani</name>