aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/test-resources/mediumtest/xoo/multi-modules-sample3/module_a/buildpom.xml
blob: a588e760f94c60c09aff7cf6cb38db499e079256 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<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/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<groupId>xyz.test.project</groupId>
	<artifactId>test-project</artifactId>
	<version>1.0.LOCAL.RELEASE</version>
	<name>test-project</name>
	<description>test-project</description>
	<packaging>pom</packaging>

	<modules>
		<module>../module_b</module>
		<module>.</module>
	</modules>

</project>