You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2021/01/25 15:42:03 UTC

[sling-org-apache-sling-app-cms] branch master updated: Minor: removing Jacoco config which I think is interfering with Sonarqube

This is an automated email from the ASF dual-hosted git repository.

dklco pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git


The following commit(s) were added to refs/heads/master by this push:
     new ccb91a0  Minor: removing Jacoco config which I think is interfering with Sonarqube
ccb91a0 is described below

commit ccb91a09b0c4a057b5a48396f9aeac62408d514d
Author: Dan Klco <dk...@apache.org>
AuthorDate: Mon Jan 25 10:41:47 2021 -0500

    Minor: removing Jacoco config which I think is interfering with Sonarqube
---
 reference/pom.xml | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/reference/pom.xml b/reference/pom.xml
index 12e59ac..6c4b682 100644
--- a/reference/pom.xml
+++ b/reference/pom.xml
@@ -41,26 +41,6 @@
                 <groupId>biz.aQute.bnd</groupId>
                 <artifactId>bnd-maven-plugin</artifactId>
             </plugin>
-            <plugin>
-                <groupId>org.jacoco</groupId>
-                <artifactId>jacoco-maven-plugin</artifactId>
-                <version>0.8.2</version>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>prepare-agent</goal>
-                        </goals>
-                    </execution>
-                    <!-- attached to Maven test phase -->
-                    <execution>
-                        <id>report</id>
-                        <phase>test</phase>
-                        <goals>
-                            <goal>report</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
         </plugins>
     </build>