o adding IT it0099

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@465872 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2006-10-19 20:50:59 +00:00
parent 545e23eb3a
commit e600ba1184
2 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.maven.it0099</groupId>
<artifactId>maven-it0099-parent</artifactId>
<version>1</version>
</parent>
<artifactId>maven-it0099-child</artifactId>
</project>

View File

@ -0,0 +1,14 @@
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.maven.it0099</groupId>
<artifactId>maven-it0099-parent</artifactId>
<description>Test that parent-POMs cached during a build are available as parents
to other POMs in the multimodule build. [MNG-2130]</description>
<version>1</version>
<packaging>pom</packaging>
<modules>
<module>child</module>
</modules>
</project>