blob: 2875e167c5da301db9d2ded4fb2627339031e69f [file] [log] [blame]
<project>
<modelVersion>4.0.0</modelVersion>
<name>Maven Integration Test :: it0003</name>
<groupId>org.apache.maven.its.it0003</groupId>
<artifactId>maven-it-it0003</artifactId>
<description>Builds upon it0001: we add a jar installation step. We delete the JAR
from the local repository to make sure it is there post build.
</description>
<packaging>jar</packaging>
<version>1.0</version>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<type>jar</type>
<scope>test</scope>
</dependency>
</dependencies>
</project>