blob: d9d5b1de6230f78d0cef4ebac6e9c24725a9092d [file] [log] [blame]
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.maven.its.it0030</groupId>
<artifactId>maven-it-it0030</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>child-hierarchy</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<modules>
<module>project1</module>
<module>project2</module>
</modules>
</project>