blob: c55ca22b8f0c1a9d9841ce1fbed7748d31c92316 [file] [log] [blame]
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<name>Maven Integration Test :: it0100</name>
<groupId>org.apache.maven.its.it0100</groupId>
<artifactId>maven-it-it0100</artifactId>
<description>Test that ${parent.artifactId} resolves correctly. [MNG-2124]</description>
<packaging>pom</packaging>
<version>1.0</version>
<modules>
<module>parent/child</module>
</modules>
</project>