maven/maven-core-it/it0062/pom.xml

13 lines
355 B
XML
Raw Normal View History

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