Skip to content

Commit 1043faf

Browse files
committed
activated jacoco and findbugs code metrics
1 parent 0daac9d commit 1043faf

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
<artifactId>xcode-project-java-api</artifactId>
66
<packaging>jar</packaging>
77
<version>1.2.0-SNAPSHOT</version>
8+
9+
<parent>
10+
<groupId>com.sap.prd.mobile.ios.mios</groupId>
11+
<artifactId>quality-check-parent</artifactId>
12+
<version>1.0.0</version>
13+
<relativePath />
14+
</parent>
15+
816
<name>Xcode Project Java API</name>
917
<description>
1018
The xcode-project-java-api library provides an Java API for read and write
@@ -85,6 +93,10 @@
8593
</execution>
8694
</executions>
8795
</plugin>
96+
<plugin>
97+
<groupId>org.jacoco</groupId>
98+
<artifactId>jacoco-maven-plugin</artifactId>
99+
</plugin>
88100
</plugins>
89101
</build>
90102
<dependencies>

0 commit comments

Comments
 (0)