removed cobertura master
authorErik Brakkee <erik@brakkee.org>
Tue, 12 Nov 2024 19:16:02 +0000 (20:16 +0100)
committerErik Brakkee <erik@brakkee.org>
Tue, 12 Nov 2024 19:16:02 +0000 (20:16 +0100)
Jenkinsfile
pom.xml

index ac5cf5754a30c5fac0c530ce0619ff97dbda976c..a27eee227dcf25910bc9f4529b1caeae92a2c706 100644 (file)
@@ -53,7 +53,6 @@ pipeline {
   post {
     always {
       junit '**/surefire-reports/*.xml'
-      cobertura coberturaReportFile: '**/target/site/cobertura/coverage.xml'
     }
     changed {
       mail to: "jenkins@wamblee.org",
diff --git a/pom.xml b/pom.xml
index ec3d564283b1a0149dbd76abd18a398894ac71ac..73a442eb5d481b890b330c28a05cda6534c9ff33 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                </executions>
                        </plugin>
 
-                       <plugin>
-                               <groupId>org.codehaus.mojo</groupId>
-                               <artifactId>cobertura-maven-plugin</artifactId>
-                               <version>2.7</version>
-                               <executions>
-                    <execution>
-                                           <phase>post-integration-test</phase>
-                        <goals>
-                            <goal>cobertura</goal>
-                        </goals>
-                    </execution>
-                               </executions>
-                               <configuration>
-                    <aggregate>true</aggregate>
-                    <formats>
-                        <format>html</format>
-                        <format>xml</format>
-                    </formats>
-                               </configuration>
-                       </plugin>
                        <plugin>
                                <artifactId>maven-site-plugin</artifactId>
                                <configuration>