1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4 <groupId>org.test</groupId>
5 <artifactId>parent</artifactId>
6 <version>0.1-SNAPSHOT</version>
7 <packaging>pom</packaging>
9 <module>module1</module>
10 <module>module2</module>