o adding IT it0092

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@465866 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2006-10-19 20:50:06 +00:00
parent 3dbf496c38
commit fcbc0a3f9c
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,21 @@
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.maven.it</groupId>
<artifactId>maven-core-it0092</artifactId>
<description>Test that legacy repositories with legacy snapshots download correctly.</description>
<version>1.0</version>
<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core-it-support</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>it0092</id>
<url>file://localhost/${basedir}/repository</url>
<layout>legacy</layout>
</repository>
</repositories>
</project>