mirror of
https://github.com/apache/maven.git
synced 2025-02-06 10:09:04 +00:00
could be used for other such tests in future git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@280305 13f79535-47bb-0310-9956-ffa450edef68
22 lines
498 B
XML
22 lines
498 B
XML
<model>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>org.apache.maven.it</groupId>
|
|
<artifactId>maven-core-it0065</artifactId>
|
|
<packaging>pom</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>
|
|
|
|
<modules>
|
|
<module>plugin</module>
|
|
<module>subproject</module>
|
|
</modules>
|
|
</model>
|