mirror of https://github.com/apache/maven.git
13 lines
355 B
XML
13 lines
355 B
XML
<project>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>org.apache.maven</groupId>
|
|
<artifactId>maven-core-it0062</artifactId>
|
|
<version>1.0-SNAPSHOT</version>
|
|
<distributionManagement>
|
|
<repository>
|
|
<id>repo</id>
|
|
<url>file://localhost/${project.basedir}/target/test-repo</url>
|
|
</repository>
|
|
</distributionManagement>
|
|
</project>
|