]> source.dussan.org Git - sonarqube.git/blob
afd92c0dbeeaee1865bb710d2e0eb0656235778a
[sonarqube.git] /
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>
8   <modules>
9     <module>path1</module>
10     <module>path2</module>
11   </modules>
12 </project>