3 <artifactId>maven</artifactId>
4 <groupId>org.apache.maven</groupId>
7 <modelVersion>4.0.0</modelVersion>
8 <artifactId>maven-project</artifactId>
9 <name>Maven Project Builder</name>
10 <version>2.0</version>
11 <description>This library is used to not only read Maven project object model files, but to assemble inheritence
12 and to retrieve remote models as required.</description>
15 <groupId>org.apache.maven</groupId>
16 <artifactId>maven-artifact-test</artifactId>
17 <version>2.0</version>
21 <groupId>org.apache.maven</groupId>
22 <artifactId>maven-profile</artifactId>
23 <version>2.0</version>
26 <groupId>org.apache.maven</groupId>
27 <artifactId>maven-model</artifactId>
28 <version>2.0</version>
31 <groupId>org.apache.maven</groupId>
32 <artifactId>maven-artifact-manager</artifactId>
33 <version>2.0</version>
36 <groupId>org.codehaus.plexus</groupId>
37 <artifactId>plexus-utils</artifactId>
40 <groupId>org.apache.maven</groupId>
41 <artifactId>maven-artifact</artifactId>
42 <version>2.0</version>
45 <groupId>org.codehaus.plexus</groupId>
46 <artifactId>plexus-container-default</artifactId>
49 <distributionManagement>
50 <status>deployed</status>
51 </distributionManagement>