Brett Leslie Porter 294199b388 PR: MNG-761
fallback to deployment repository for snapshots when there is no snapshot repository


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@240175 13f79535-47bb-0310-9956-ffa450edef68
2005-08-26 07:26:03 +00:00

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>