2005-09-16 04:39:24 -04:00
|
|
|
<project>
|
2004-05-28 23:21:28 -04:00
|
|
|
<parent>
|
|
|
|
<artifactId>maven-plugin-parent</artifactId>
|
2005-03-23 01:52:55 -05:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2005-09-16 00:30:44 -04:00
|
|
|
<version>2.0-beta-1</version>
|
2004-05-28 23:21:28 -04:00
|
|
|
</parent>
|
2005-03-09 20:35:25 -05:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2004-05-28 23:21:28 -04:00
|
|
|
<artifactId>maven-plugin-plugin</artifactId>
|
2005-03-15 17:31:54 -05:00
|
|
|
<packaging>maven-plugin</packaging>
|
2005-04-04 08:41:44 -04:00
|
|
|
<name>Maven PLUGIN Plugin</name>
|
2005-09-16 04:39:57 -04:00
|
|
|
<version>2.0-beta-2-SNAPSHOT</version>
|
2004-05-28 23:21:28 -04:00
|
|
|
<inceptionYear>2001</inceptionYear>
|
2004-06-27 13:09:13 -04:00
|
|
|
<dependencies>
|
2004-08-22 20:27:44 -04:00
|
|
|
<dependency>
|
2005-03-23 01:52:55 -05:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-09-16 04:39:24 -04:00
|
|
|
<artifactId>maven-repository-metadata</artifactId>
|
2005-09-16 00:30:44 -04:00
|
|
|
<version>2.0-beta-1</version>
|
2004-08-22 20:27:44 -04:00
|
|
|
</dependency>
|
2005-05-17 11:11:41 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-09-16 04:39:24 -04:00
|
|
|
<artifactId>maven-project</artifactId>
|
2005-05-17 11:11:41 -04:00
|
|
|
</dependency>
|
2004-08-22 20:27:44 -04:00
|
|
|
<dependency>
|
2005-03-23 01:52:55 -05:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-09-16 04:39:24 -04:00
|
|
|
<artifactId>maven-core</artifactId>
|
2005-09-16 00:30:44 -04:00
|
|
|
<version>2.0-beta-1</version>
|
2005-02-20 11:25:22 -05:00
|
|
|
</dependency>
|
2005-05-03 23:28:41 -04:00
|
|
|
<dependency>
|
2005-03-23 01:52:55 -05:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-09-16 04:39:24 -04:00
|
|
|
<artifactId>maven-plugin-tools-api</artifactId>
|
2005-09-16 00:30:44 -04:00
|
|
|
<version>2.0-beta-1</version>
|
2005-05-03 23:28:41 -04:00
|
|
|
</dependency>
|
2005-07-12 00:13:40 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-09-16 04:39:24 -04:00
|
|
|
<artifactId>maven-plugin-tools-java</artifactId>
|
2005-09-16 00:30:44 -04:00
|
|
|
<version>2.0-beta-1</version>
|
2005-09-16 04:39:24 -04:00
|
|
|
<scope>runtime</scope>
|
2005-07-12 00:13:40 -04:00
|
|
|
</dependency>
|
2005-07-11 12:13:33 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-09-16 04:39:24 -04:00
|
|
|
<artifactId>maven-artifact-manager</artifactId>
|
|
|
|
<version>2.0-beta-1</version>
|
2005-07-11 12:13:33 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-09-16 04:39:24 -04:00
|
|
|
<artifactId>maven-plugin-tools-beanshell</artifactId>
|
2005-09-16 00:30:44 -04:00
|
|
|
<version>2.0-beta-1</version>
|
2005-09-16 04:39:24 -04:00
|
|
|
<scope>runtime</scope>
|
2005-07-11 12:13:33 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-09-16 04:39:24 -04:00
|
|
|
<artifactId>maven-artifact</artifactId>
|
2005-09-16 00:30:44 -04:00
|
|
|
<version>2.0-beta-1</version>
|
2005-07-11 12:13:33 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-09-16 04:39:24 -04:00
|
|
|
<artifactId>maven-plugin-tools-marmalade</artifactId>
|
2005-09-16 00:30:44 -04:00
|
|
|
<version>2.0-beta-1</version>
|
2005-09-16 04:39:24 -04:00
|
|
|
<scope>runtime</scope>
|
2005-07-11 12:13:33 -04:00
|
|
|
</dependency>
|
2004-06-27 13:09:13 -04:00
|
|
|
</dependencies>
|
2005-09-16 04:39:24 -04:00
|
|
|
</project>
|