pom cleanup
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1337868 13f79535-47bb-0310-9956-ffa450edef68master
parent
ef5a70646b
commit
94b7573eff
|
|
@ -39,7 +39,6 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>ant</groupId>
|
<groupId>ant</groupId>
|
||||||
<artifactId>ant</artifactId>
|
<artifactId>ant</artifactId>
|
||||||
<version>1.6.5</version>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.maven</groupId>
|
<groupId>org.apache.maven</groupId>
|
||||||
|
|
|
||||||
|
|
@ -27,15 +27,17 @@
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</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>
|
||||||
|
|
||||||
<dependencies>
|
<dependencyManagement>
|
||||||
<dependency>
|
<dependencies>
|
||||||
<groupId>ant</groupId>
|
<dependency>
|
||||||
<artifactId>ant</artifactId>
|
<groupId>ant</groupId>
|
||||||
<version>1.6.5</version>
|
<artifactId>ant</artifactId>
|
||||||
</dependency>
|
<version>1.6.5</version>
|
||||||
</dependencies>
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
|
</dependencyManagement>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
<module>plugin</module>
|
<module>plugin</module>
|
||||||
<module>usage</module>
|
<module>usage</module>
|
||||||
|
|
|
||||||
|
|
@ -29,15 +29,14 @@
|
||||||
<artifactId>simpleUsage-usage</artifactId>
|
<artifactId>simpleUsage-usage</artifactId>
|
||||||
<name>Simple Ant-Mojo Usage Case</name>
|
<name>Simple Ant-Mojo Usage Case</name>
|
||||||
<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>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>ant</groupId>
|
<groupId>ant</groupId>
|
||||||
<artifactId>ant</artifactId>
|
<artifactId>ant</artifactId>
|
||||||
<version>1.6.5</version>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue