]> source.dussan.org Git - sonarqube.git/blob
cc73a43ec0822198a6723342e389f9ad07e2d669
[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>module1</module>
10     <module>module2</module>
11   </modules>
12 </project>