mirror of https://github.com/apache/maven.git
13 lines
258 B
XML
13 lines
258 B
XML
|
<project>
|
||
|
<modelVersion>4.0.0</modelVersion>
|
||
|
<groupId>org.apache.maven.it0099</groupId>
|
||
|
<artifactId>maven-it0099-parent</artifactId>
|
||
|
<version>1</version>
|
||
|
|
||
|
<packaging>pom</packaging>
|
||
|
|
||
|
<modules>
|
||
|
<module>child</module>
|
||
|
</modules>
|
||
|
</project>
|