Jason van Zyl 86d2a1c0c6 o adding IT it0001
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@465771 13f79535-47bb-0310-9956-ffa450edef68
2006-10-19 20:36:25 +00:00

19 lines
539 B
XML

<model>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core-it0001</artifactId>
<description>Builds upon it0000: we add an application resource that is packaged
up in the resultant JAR.</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>
</model>