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-11 04:45:30 -04:00
|
|
|
<version>2.0-beta-4-SNAPSHOT</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
|
|
|
|
2005-10-12 16:15:45 -04:00
|
|
|
<description>
|
|
|
|
Provides mojos aimed at helping the user to make sense out of
|
|
|
|
the build environment. It includes mojos to view the effective
|
|
|
|
POM and settings files, after inheritance and active profiles
|
|
|
|
have been applied, as well as a 'describe' mojo to give the
|
|
|
|
user information about how to use a plugin.
|
|
|
|
</description>
|
|
|
|
|
2005-10-03 16:56:44 -04:00
|
|
|
<prerequisites>
|
2005-10-04 20:33:03 -04:00
|
|
|
<maven>2.0-beta-4-SNAPSHOT</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-10-11 04:45:30 -04:00
|
|
|
<version>2.0-beta-4-SNAPSHOT</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-11 04:45:30 -04:00
|
|
|
<version>2.0-beta-4-SNAPSHOT</version>
|
2005-09-13 17:16:15 -04:00
|
|
|
</dependency>
|
2005-10-04 20:33:03 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-plugin-descriptor</artifactId>
|
|
|
|
<version>2.0-beta-4-SNAPSHOT</version>
|
|
|
|
</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-plugin-tools-api</artifactId>
|
2005-10-04 20:33:03 -04:00
|
|
|
<version>2.0-beta-4-SNAPSHOT</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>
|