mirror of
https://github.com/apache/maven.git
synced 2025-02-07 10:38:47 +00:00
56d55b8f8e
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
27 lines
696 B
XML
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>
|