mirror of https://github.com/apache/maven.git
21 lines
550 B
XML
21 lines
550 B
XML
<project>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>org.apache.maven.it</groupId>
|
|
<artifactId>maven-core-it0092</artifactId>
|
|
<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>
|