2005-09-15 22:50:12 -04:00
|
|
|
<project>
|
2005-04-20 21:06:52 -04:00
|
|
|
<parent>
|
|
|
|
<artifactId>maven</artifactId>
|
2005-09-15 22:50:12 -04:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-09-26 11:18:55 -04:00
|
|
|
<version>2.0-beta-2</version>
|
2005-04-20 21:06:52 -04:00
|
|
|
</parent>
|
2005-09-15 22:50:12 -04:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2005-04-20 21:06:52 -04:00
|
|
|
<artifactId>maven-project</artifactId>
|
|
|
|
<name>Maven Project Builder</name>
|
2005-09-26 11:18:55 -04:00
|
|
|
<version>2.0-beta-2</version>
|
2005-09-15 22:50:12 -04:00
|
|
|
<description>This library is used to not only read Maven project object model files, but to assemble inheritence
|
|
|
|
and to retrieve remote models as required.</description>
|
2005-04-20 21:06:52 -04:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-09-15 22:50:12 -04:00
|
|
|
<artifactId>maven-artifact-test</artifactId>
|
2005-09-26 11:18:55 -04:00
|
|
|
<version>2.0-beta-2</version>
|
2005-09-15 22:50:12 -04:00
|
|
|
<scope>test</scope>
|
2005-04-20 21:06:52 -04:00
|
|
|
</dependency>
|
2005-09-09 02:49:59 -04:00
|
|
|
<dependency>
|
2005-09-15 22:50:12 -04:00
|
|
|
<groupId>plexus</groupId>
|
|
|
|
<artifactId>plexus-utils</artifactId>
|
2005-09-09 02:49:59 -04:00
|
|
|
</dependency>
|
2005-08-16 12:31:02 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-profile</artifactId>
|
2005-09-26 11:18:55 -04:00
|
|
|
<version>2.0-beta-2</version>
|
2005-08-16 12:31:02 -04:00
|
|
|
</dependency>
|
2005-04-22 07:01:33 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-09-15 22:50:12 -04:00
|
|
|
<artifactId>maven-model</artifactId>
|
2005-09-26 11:18:55 -04:00
|
|
|
<version>2.0-beta-2</version>
|
2005-04-22 07:01:33 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2005-09-15 22:50:12 -04:00
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-artifact-manager</artifactId>
|
2005-09-26 11:18:55 -04:00
|
|
|
<version>2.0-beta-2</version>
|
2005-04-22 07:01:33 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2005-09-15 22:50:12 -04:00
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-artifact</artifactId>
|
2005-09-26 11:18:55 -04:00
|
|
|
<version>2.0-beta-2</version>
|
2005-04-22 07:01:33 -04:00
|
|
|
</dependency>
|
2005-06-21 02:49:49 -04:00
|
|
|
<dependency>
|
2005-09-15 22:50:12 -04:00
|
|
|
<groupId>plexus</groupId>
|
|
|
|
<artifactId>plexus-container-default</artifactId>
|
2005-06-21 02:49:49 -04:00
|
|
|
</dependency>
|
2005-04-20 21:06:52 -04:00
|
|
|
</dependencies>
|
2005-09-15 22:50:12 -04:00
|
|
|
</project>
|