Brett Leslie Porter 56d55b8f8e PR: MNG-932
add a goal for creating a jar from the test sources


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293227 13f79535-47bb-0310-9956-ffa450edef68
2005-10-03 03:53:48 +00:00

27 lines
696 B
XML

<model>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.maven.it</groupId>
<artifactId>maven-core-it0077</artifactId>
<version>1.0</version>
</parent>
<artifactId>maven-it0077-sub2</artifactId>
<version>1.0</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.it</groupId>
<artifactId>maven-it0077-sub1</artifactId>
<version>1.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.it</groupId>
<artifactId>maven-it0077-sub1</artifactId>
<type>test-jar</type>
<version>1.0</version>
<scope>test</scope>
</dependency>
</dependencies>
</model>