mirror of https://github.com/apache/maven.git
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:
parent
3dbf496c38
commit
fcbc0a3f9c
|
@ -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>
|
|
@ -0,0 +1 @@
|
|||
THIS IS NOT A JAR
|
Loading…
Reference in New Issue