We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0daac9d commit 1043fafCopy full SHA for 1043faf
pom.xml
@@ -5,6 +5,14 @@
5
<artifactId>xcode-project-java-api</artifactId>
6
<packaging>jar</packaging>
7
<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
16
<name>Xcode Project Java API</name>
17
<description>
18
The xcode-project-java-api library provides an Java API for read and write
@@ -85,6 +93,10 @@
85
93
</execution>
86
94
</executions>
87
95
</plugin>
96
+ <plugin>
97
+ <groupId>org.jacoco</groupId>
98
+ <artifactId>jacoco-maven-plugin</artifactId>
99
+ </plugin>
88
100
</plugins>
89
101
</build>
90
102
<dependencies>
0 commit comments