blob: 0cca8ba012169585491fa205dfddae0982d09876 [file] [log] [blame]
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.maven.its.mng2130</groupId>
<artifactId>parent</artifactId>
<version>1</version>
<packaging>pom</packaging>
<name>Maven Integration Test :: MNG-2130</name>
<description>
Test that parent-POMs cached during a build are available as parents
to other POMs in the multimodule build.
</description>
<modules>
<module>child</module>
</modules>
</project>