mirror of https://github.com/apache/maven.git
24 lines
666 B
XML
24 lines
666 B
XML
<project>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>org.apache.maven.it</groupId>
|
|
<artifactId>maven-core-it1015</artifactId>
|
|
<packaging>jar</packaging>
|
|
<version>${version}</version>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>junit</groupId>
|
|
<artifactId>junit</artifactId>
|
|
<version>3.8.1</version>
|
|
<type>jar</type>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
</dependencies>
|
|
<pluginRepositories>
|
|
<pluginRepository>
|
|
<id>snapshots</id>
|
|
<name>Maven Central Plugins Development Repository</name>
|
|
<url>http://snapshots.maven.codehaus.org/maven2</url>
|
|
</pluginRepository>
|
|
</pluginRepositories>
|
|
</project>
|