mirror of https://github.com/apache/maven.git
34 lines
965 B
XML
34 lines
965 B
XML
|
<model>
|
||
|
<parent>
|
||
|
<groupId>org.apache.maven</groupId>
|
||
|
<artifactId>maven</artifactId>
|
||
|
<version>2.0-SNAPSHOT</version>
|
||
|
</parent>
|
||
|
<modelVersion>4.0.0</modelVersion>
|
||
|
<artifactId>maven-artifact-test</artifactId>
|
||
|
<name>Maven Artifact Test Helper Library</name>
|
||
|
<dependencies>
|
||
|
<dependency>
|
||
|
<groupId>plexus</groupId>
|
||
|
<artifactId>plexus-container-default</artifactId>
|
||
|
<version>1.0-alpha-2</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.apache.maven</groupId>
|
||
|
<artifactId>maven-artifact</artifactId>
|
||
|
<version>2.0-SNAPSHOT</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.apache.maven</groupId>
|
||
|
<artifactId>maven-settings</artifactId>
|
||
|
<version>2.0-SNAPSHOT</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>junit</groupId>
|
||
|
<artifactId>junit</artifactId>
|
||
|
<version>3.8.1</version>
|
||
|
<scope>compile</scope>
|
||
|
</dependency>
|
||
|
</dependencies>
|
||
|
</model>
|