Kenney Westerhof 7a7c44a409 Added a second structure, testing the other
way around <module>../../something</module>


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@382902 13f79535-47bb-0310-9956-ffa450edef68
2006-03-03 17:48:26 +00:00

18 lines
598 B
XML

<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>
<parent>
<groupId>org.apache.maven.it0097</groupId>
<artifactId>maven-it0097-project-level1</artifactId>
<version>1</version>
</parent>
<artifactId>maven-it0097-project-level2</artifactId>
<packaging>pom</packaging>
<modules>
<module>project-level3</module>
<module>../project-sibling-level2</module>
</modules>
</project>