mirror of
https://github.com/apache/maven.git
synced 2025-02-06 01:59:04 +00:00
fc77014cfe
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@384270 13f79535-47bb-0310-9956-ffa450edef68
15 lines
464 B
XML
15 lines
464 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>
|
|
<groupId>org.apache.maven.it0100</groupId>
|
|
<artifactId>root</artifactId>
|
|
<packaging>pom</packaging>
|
|
<version>1.0</version>
|
|
<name>root</name>
|
|
|
|
<modules>
|
|
<module>parent/child</module>
|
|
</modules>
|
|
|
|
</project>
|