blob: 6e8666259eb368e5e2237b025516aeb7ef8c7368 [file] [log] [blame]
<project>
<modelVersion>4.0.0</modelVersion>
<name>Maven Integration Test :: it0103</name>
<groupId>org.apache.maven.its.it0103</groupId>
<artifactId>maven-it-it0103</artifactId>
<description>Verify that multimodule builds where one project references another as
a parent can build, even if that parent is not correctly referenced by
&lt;relativePath/&gt; and is not in the local repository. [MNG-2196]</description>
<version>1</version>
<packaging>pom</packaging>
<modules>
<module>level1</module>
</modules>
</project>