2005-09-16 05:23:54 -04:00
|
|
|
<project>
|
2005-06-08 13:54:11 -04:00
|
|
|
<parent>
|
|
|
|
<artifactId>maven-plugin-parent</artifactId>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2005-10-04 08:29:10 -04:00
|
|
|
<version>2.0-beta-3</version>
|
2005-06-08 13:54:11 -04:00
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>maven-projecthelp-plugin</artifactId>
|
|
|
|
<packaging>maven-plugin</packaging>
|
|
|
|
<name>Maven Project-Help Plugin</name>
|
2005-09-16 05:24:09 -04:00
|
|
|
<version>2.0-beta-2-SNAPSHOT</version>
|
2005-06-08 13:54:11 -04:00
|
|
|
<inceptionYear>2001</inceptionYear>
|
2005-10-03 16:56:44 -04:00
|
|
|
|
|
|
|
<prerequisites>
|
2005-10-04 08:29:10 -04:00
|
|
|
<maven>2.0-beta-3</maven>
|
2005-10-03 16:56:44 -04:00
|
|
|
</prerequisites>
|
|
|
|
|
2005-06-08 13:54:11 -04:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-09-16 05:23:25 -04:00
|
|
|
<artifactId>maven-settings</artifactId>
|
2005-09-16 00:30:44 -04:00
|
|
|
<version>2.0-beta-1</version>
|
2005-06-08 13:54:11 -04:00
|
|
|
</dependency>
|
2005-09-13 17:16:15 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-09-16 05:23:54 -04:00
|
|
|
<artifactId>maven-core</artifactId>
|
2005-10-04 08:29:10 -04:00
|
|
|
<version>2.0-beta-3</version>
|
2005-09-13 17:16:15 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-09-16 05:23:54 -04:00
|
|
|
<artifactId>maven-plugin-tools-api</artifactId>
|
2005-09-16 00:30:44 -04:00
|
|
|
<version>2.0-beta-1</version>
|
2005-09-13 17:16:15 -04:00
|
|
|
</dependency>
|
2005-06-08 13:54:11 -04:00
|
|
|
</dependencies>
|
2005-10-04 08:29:10 -04:00
|
|
|
</project>
|