2005-12-11 20:34:03 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?><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-12-12 13:22:06 -05:00
|
|
|
<version>2.1-SNAPSHOT</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-12-12 13:22:06 -05:00
|
|
|
<version>2.1-SNAPSHOT</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-12-12 13:22:06 -05:00
|
|
|
<version>2.1-SNAPSHOT</version>
|
2005-09-15 22:50:12 -04:00
|
|
|
<scope>test</scope>
|
2005-04-20 21:06:52 -04:00
|
|
|
</dependency>
|
2005-08-16 12:31:02 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-profile</artifactId>
|
2005-12-12 13:22:06 -05:00
|
|
|
<version>2.1-SNAPSHOT</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-12-12 13:22:06 -05:00
|
|
|
<version>2.1-SNAPSHOT</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-12-12 13:22:06 -05:00
|
|
|
<version>2.1-SNAPSHOT</version>
|
2005-10-14 03:15:39 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-utils</artifactId>
|
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-12-12 13:22:06 -05:00
|
|
|
<version>2.1-SNAPSHOT</version>
|
2005-04-22 07:01:33 -04:00
|
|
|
</dependency>
|
2005-06-21 02:49:49 -04:00
|
|
|
<dependency>
|
2005-10-02 20:54:01 -04:00
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
2005-09-15 22:50:12 -04:00
|
|
|
<artifactId>plexus-container-default</artifactId>
|
2005-06-21 02:49:49 -04:00
|
|
|
</dependency>
|
2005-04-20 21:06:52 -04:00
|
|
|
</dependencies>
|
2005-12-12 13:22:06 -05:00
|
|
|
</project>
|