aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/maven/apache-maven-3.3.3/maven-core/src/test/resources/projects/grandchild-check/child/pom.xml
blob: 0858c6d14164538aa0dee5dbaa7506df86b9b046 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<project>
	<modelVersion>4.0.0</modelVersion>
	<parent>
	<groupId>grandchildtest</groupId>
	<artifactId>root-pom</artifactId>
	<version>1</version>
	</parent>
	<artifactId>child</artifactId>
	<packaging>pom</packaging>
  <modules>
    <module>grandchild</module>
  </modules>
</project>