Skip to content

Commit 303873d

Browse files
committed
add cobertura-maven-plugin
1 parent c0bdf5f commit 303873d

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

aemdesign-aem-services/pom.xml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>design.aem</groupId>
1010
<artifactId>aemdesign-aem-core</artifactId>
11-
<version>2.0.288</version>
11+
<version>2.0.289</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

@@ -17,7 +17,7 @@
1717
<!-- ====================================================================== -->
1818

1919
<artifactId>aemdesign-aem-services</artifactId>
20-
<version>2.0.288</version>
20+
<version>2.0.289</version>
2121
<packaging>bundle</packaging>
2222
<name>AEM Design - Core - AEM Services</name>
2323
<description>Project for all AEM and OSGI Services</description>
@@ -249,6 +249,19 @@
249249
</execution>
250250
</executions>
251251
</plugin>
252+
253+
<plugin>
254+
<groupId>org.codehaus.mojo</groupId>
255+
<artifactId>cobertura-maven-plugin</artifactId>
256+
<version>2.7</version>
257+
<configuration>
258+
<formats>
259+
<format>html</format>
260+
<format>xml</format>
261+
</formats>
262+
<check />
263+
</configuration>
264+
</plugin>
252265
</plugins>
253266
</build>
254267

0 commit comments

Comments
 (0)