aboutsummaryrefslogtreecommitdiffstats
path: root/tests/integration/tests/maven-projects/clover2/module2/pom.xml
blob: 20c7e16c0ced8ad5cf5360f4e5e4e71640b909bc (plain)
1
2
3
4
5
6
7
8
9
10
11
<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>
  <parent>
    <groupId>org.sonar.tests.clover2</groupId>
    <artifactId>parent</artifactId>
    <version>1.0-SNAPSHOT</version>
  </parent>
  <artifactId>module2</artifactId>
  <name>module2</name>
</project>