2005-12-12 01:34:03 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?><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-12-12 18:22:06 +00:00
|
|
|
<version>2.1-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-12-12 18:22:06 +00:00
|
|
|
<version>2.1-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-12-12 18:22:06 +00:00
|
|
|
<version>2.1-SNAPSHOT</version>
|
2005-09-16 02:50:12 +00:00
|
|
|
<scope>test</scope>
|
2005-04-21 01:06:52 +00:00
|
|
|
</dependency>
|
2005-08-16 16:31:02 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-profile</artifactId>
|
2005-12-12 18:22:06 +00:00
|
|
|
<version>2.1-SNAPSHOT</version>
|
2005-08-16 16:31:02 +00:00
|
|
|
</dependency>
|
2006-02-21 15:08:26 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-settings</artifactId>
|
|
|
|
<version>2.0.3-SNAPSHOT</version>
|
|
|
|
</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-12-12 18:22:06 +00:00
|
|
|
<version>2.1-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-12-12 18:22:06 +00:00
|
|
|
<version>2.1-SNAPSHOT</version>
|
2005-10-14 07:15:39 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-utils</artifactId>
|
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-12-12 18:22:06 +00:00
|
|
|
<version>2.1-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-12-12 18:22:06 +00:00
|
|
|
</project>
|