Initial revision

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163992 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-04-21 01:06:52 +00:00
parent 8e279f87e1
commit 48c5fccf3f
1 changed files with 21 additions and 0 deletions

21
maven-project/pom.xml Executable file
View File

@ -0,0 +1,21 @@
<model>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>2.0-SNAPSHOT</version>
</parent>
<artifactId>maven-project</artifactId>
<name>Maven Project Builder</name>
<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>
<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-model</artifactId>
<version>2.0-SNAPSHOT</version>
</dependency>
</dependencies>
</model>