mirror of https://github.com/apache/maven.git
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:
parent
545e23eb3a
commit
e600ba1184
|
@ -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>
|
|
@ -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>
|
Loading…
Reference in New Issue