mirror of https://github.com/apache/maven.git
14 lines
317 B
XML
14 lines
317 B
XML
<project>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>org.apache.maven.it2001</groupId>
|
|
<artifactId>it2001-c</artifactId>
|
|
<version>1.0</version>
|
|
|
|
<distributionManagement>
|
|
<repository>
|
|
<id>test</id>
|
|
<url>file:../target/test-repo</url>
|
|
</repository>
|
|
</distributionManagement>
|
|
</project>
|