2005-06-20 07:18:24 +00:00
|
|
|
<project>
|
2004-05-29 03:21:28 +00:00
|
|
|
<parent>
|
|
|
|
<artifactId>maven-plugin-parent</artifactId>
|
2005-03-23 06:52:55 +00:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2005-06-02 00:22:37 +00:00
|
|
|
<version>2.0-SNAPSHOT</version>
|
2004-05-29 03:21:28 +00:00
|
|
|
</parent>
|
2005-03-10 01:35:25 +00:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2004-05-29 03:21:28 +00:00
|
|
|
<artifactId>maven-plugin-plugin</artifactId>
|
2005-03-15 22:31:54 +00:00
|
|
|
<packaging>maven-plugin</packaging>
|
2005-04-04 12:41:44 +00:00
|
|
|
<name>Maven PLUGIN Plugin</name>
|
2005-05-13 08:39:42 +00:00
|
|
|
<version>2.0-alpha-3-SNAPSHOT</version>
|
2004-05-29 03:21:28 +00:00
|
|
|
<inceptionYear>2001</inceptionYear>
|
2004-06-27 17:09:13 +00:00
|
|
|
<dependencies>
|
2004-08-23 00:27:44 +00:00
|
|
|
<dependency>
|
2005-03-23 06:52:55 +00:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-02-20 16:25:22 +00:00
|
|
|
<artifactId>maven-plugin-tools-api</artifactId>
|
2005-06-02 00:22:37 +00:00
|
|
|
<version>2.0-SNAPSHOT</version>
|
2004-08-23 00:27:44 +00:00
|
|
|
</dependency>
|
2005-05-17 15:11:41 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-plugin-tools-beanshell</artifactId>
|
|
|
|
<version>2.0-SNAPSHOT</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
2004-08-23 00:27:44 +00:00
|
|
|
<dependency>
|
2005-03-23 06:52:55 +00:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-02-20 16:25:22 +00:00
|
|
|
<artifactId>maven-plugin-tools-java</artifactId>
|
2005-06-02 00:22:37 +00:00
|
|
|
<version>2.0-SNAPSHOT</version>
|
2005-04-05 04:11:03 +00:00
|
|
|
<scope>runtime</scope>
|
2005-02-20 16:25:22 +00:00
|
|
|
</dependency>
|
2005-05-04 03:28:41 +00:00
|
|
|
<dependency>
|
2005-03-23 06:52:55 +00:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-02-20 16:25:22 +00:00
|
|
|
<artifactId>maven-plugin-tools-marmalade</artifactId>
|
2005-06-02 00:22:37 +00:00
|
|
|
<version>2.0-SNAPSHOT</version>
|
2005-04-05 04:11:03 +00:00
|
|
|
<scope>runtime</scope>
|
2005-05-04 03:28:41 +00:00
|
|
|
</dependency>
|
2004-06-27 17:09:13 +00:00
|
|
|
</dependencies>
|
2005-06-20 07:18:24 +00:00
|
|
|
</project>
|