2005-09-16 02:50:12 +00:00
|
|
|
<project>
|
2005-04-21 01:06:52 +00:00
|
|
|
<parent>
|
|
|
|
<artifactId>maven</artifactId>
|
2005-09-16 02:50:12 +00:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-10-04 11:13:52 +00:00
|
|
|
<version>2.0-beta-4-SNAPSHOT</version>
|
2005-04-21 01:06:52 +00:00
|
|
|
</parent>
|
2005-09-16 02:50:12 +00:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2005-04-21 01:06:52 +00:00
|
|
|
<artifactId>maven-project</artifactId>
|
|
|
|
<name>Maven Project Builder</name>
|
2005-10-04 11:13:52 +00:00
|
|
|
<version>2.0-beta-4-SNAPSHOT</version>
|
2005-09-16 02:50:12 +00: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-21 01:06:52 +00:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-09-16 02:50:12 +00:00
|
|
|
<artifactId>maven-artifact-test</artifactId>
|
2005-10-04 11:13:52 +00:00
|
|
|
<version>2.0-beta-4-SNAPSHOT</version>
|
2005-09-16 02:50:12 +00:00
|
|
|
<scope>test</scope>
|
2005-04-21 01:06:52 +00:00
|
|
|
</dependency>
|
2005-09-09 06:49:59 +00:00
|
|
|
<dependency>
|
2005-10-08 14:13:31 +00:00
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
2005-09-16 02:50:12 +00:00
|
|
|
<artifactId>plexus-utils</artifactId>
|
2005-09-09 06:49:59 +00:00
|
|
|
</dependency>
|
2005-08-16 16:31:02 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-profile</artifactId>
|
2005-10-04 11:13:52 +00:00
|
|
|
<version>2.0-beta-4-SNAPSHOT</version>
|
2005-08-16 16:31:02 +00:00
|
|
|
</dependency>
|
2005-04-22 11:01:33 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-09-16 02:50:12 +00:00
|
|
|
<artifactId>maven-model</artifactId>
|
2005-10-04 11:13:52 +00:00
|
|
|
<version>2.0-beta-4-SNAPSHOT</version>
|
2005-04-22 11:01:33 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2005-09-16 02:50:12 +00:00
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-artifact-manager</artifactId>
|
2005-10-04 11:13:52 +00:00
|
|
|
<version>2.0-beta-4-SNAPSHOT</version>
|
2005-04-22 11:01:33 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2005-09-16 02:50:12 +00:00
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-artifact</artifactId>
|
2005-10-04 11:13:52 +00:00
|
|
|
<version>2.0-beta-4-SNAPSHOT</version>
|
2005-04-22 11:01:33 +00:00
|
|
|
</dependency>
|
2005-06-21 06:49:49 +00:00
|
|
|
<dependency>
|
2005-10-03 00:54:01 +00:00
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
2005-09-16 02:50:12 +00:00
|
|
|
<artifactId>plexus-container-default</artifactId>
|
2005-06-21 06:49:49 +00:00
|
|
|
</dependency>
|
2005-04-21 01:06:52 +00:00
|
|
|
</dependencies>
|
2005-10-08 14:13:31 +00:00
|
|
|
</project>
|