migration to new jenkins
[utils] / pom.xml
diff --git a/pom.xml b/pom.xml
index adad13c916e2f52bc81882ac0c5ed4fcf33aafcd..5f43e556dc502d6c4922724a15e80040bedfa01a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                        <plugin>
                                <groupId>org.codehaus.mojo</groupId>
                                <artifactId>cobertura-maven-plugin</artifactId>
-                               <version>2.3</version>
+                               <version>2.7</version>
                                <executions>
-                                       <execution>
-                                               <goals>
-                                                       <goal>clean</goal>
-                                               </goals>
-                                       </execution>
+                    <execution>
+                                           <phase>post-integration-test</phase>
+                        <goals>
+                            <goal>cobertura</goal>
+                        </goals>
+                    </execution>
                                </executions>
                                <configuration>
-                                       <instrumentation>
-                                               <excludes>
-                                               </excludes>
-                                       </instrumentation>
+                    <aggregate>true</aggregate>
+                    <formats>
+                        <format>html</format>
+                        <format>xml</format>
+                    </formats>
                                </configuration>
                        </plugin>
                        <plugin>
                        <plugins>
                                <plugin>
                                        <artifactId>maven-site-plugin</artifactId>
-                                       <version>3.0-beta-3</version>
+                                       <version>3.12.0</version>
                                        <configuration>
                                                <reportPlugins>
                                                        <plugin>