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 20:24:20 UTC

[sling-org-apache-sling-jcr-maintenance] branch master updated: Removing Jacoco to avoid conflicts 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-jcr-maintenance.git


The following commit(s) were added to refs/heads/master by this push:
     new bcb1bc3  Removing Jacoco to avoid conflicts with Sonarqube
bcb1bc3 is described below

commit bcb1bc3dcff9fa0d0646320bca6a787a2989e680
Author: Dan Klco <kl...@users.noreply.github.com>
AuthorDate: Mon Jan 25 15:24:13 2021 -0500

    Removing Jacoco to avoid conflicts with Sonarqube
---
 pom.xml | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/pom.xml b/pom.xml
index 15a2dfd..ddac040 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,26 +52,6 @@
                 </configuration>
             </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>
-            <plugin>
                 <groupId>org.apache.sling</groupId>
                 <artifactId>slingfeature-maven-plugin</artifactId>
                 <version>1.4.18</version>