blob: 8ef560df1e35596e96455a2d94409e78697d6fa8 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.maven.its.mng624.opt</groupId>
<artifactId>parent</artifactId>
</parent>
<groupId>org.apache.maven.its.mng624.opt</groupId>
<artifactId>child2</artifactId>
<packaging>pom</packaging>
<name>mng624 child2</name>
<modules>
<module>grandchild</module>
<module>../grandchild2</module>
</modules>
</project>