2005-09-16 02:50:12 +00:00
|
|
|
<project>
|
2005-02-20 16:25:22 +00:00
|
|
|
<parent>
|
|
|
|
<artifactId>maven-plugin-tools</artifactId>
|
2005-03-23 06:52:55 +00:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-10-14 07:26:39 +00:00
|
|
|
<version>2.0.1-SNAPSHOT</version>
|
2005-02-20 16:25:22 +00:00
|
|
|
</parent>
|
2005-03-10 01:35:25 +00:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2005-02-20 16:25:22 +00:00
|
|
|
<artifactId>maven-plugin-tools-java</artifactId>
|
|
|
|
<name>Maven Plugin Tools for Java</name>
|
2005-10-14 07:26:39 +00:00
|
|
|
<version>2.0.1-SNAPSHOT</version>
|
2005-02-20 16:25:22 +00:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
2005-09-16 02:50:12 +00:00
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-plugin-tools-api</artifactId>
|
2005-10-14 07:26:39 +00:00
|
|
|
<version>2.0.1-SNAPSHOT</version>
|
2005-02-20 16:25:22 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2005-03-23 06:52:55 +00:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-04-13 05:11:49 +00:00
|
|
|
<artifactId>maven-plugin-descriptor</artifactId>
|
2005-10-14 07:26:39 +00:00
|
|
|
<version>2.0.1-SNAPSHOT</version>
|
2005-02-20 16:25:22 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2005-09-16 02:50:12 +00:00
|
|
|
<groupId>qdox</groupId>
|
|
|
|
<artifactId>qdox</artifactId>
|
|
|
|
<version>1.5</version>
|
2005-02-20 16:25:22 +00:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2005-09-16 02:50:12 +00:00
|
|
|
</project>
|