blob: bc9c86a617ba16ccd3acdbd9d9268b489b251e06 [file] [log] [blame]
<project>
<modelVersion>4.0.0</modelVersion>
<name>Maven Integration Test :: it0002</name>
<groupId>org.apache.maven.its.it0002</groupId>
<artifactId>maven-it-it0002</artifactId>
<description>Builds upon it0001: we add the download of a dependency. We delete
the JAR from the local repository and 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>
<dependency>
<groupId>org.apache.maven.its</groupId>
<artifactId>maven-core-it-support</artifactId>
<version>1.0</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
</dependencies>
</project>