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

26 lines
593 B
XML

<model>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.maven.it</groupId>
<artifactId>maven-core-it0061</artifactId>
<packaging>jar</packaging>
<version>1.0</version>
<distributionManagement>
<repository>
<id>test</id>
<url>file:target/test-repo</url>
<layout>legacy</layout>
</repository>
</distributionManagement>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<type>jar</type>
<scope>test</scope>
</dependency>
</dependencies>
</model>