maven/maven-project/pom.xml

22 lines
643 B
XML
Executable File

<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>