You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2019/06/05 14:35:13 UTC

[sling-org-apache-sling-scripting-sightly] branch master updated: trivial: inherit jacoco configuration from parent

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

radu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly.git


The following commit(s) were added to refs/heads/master by this push:
     new 51dc206  trivial: inherit jacoco configuration from parent
51dc206 is described below

commit 51dc2063b5d085315bbffa59068b990bafd23d4a
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Wed Jun 5 16:35:03 2019 +0200

    trivial: inherit jacoco configuration from parent
---
 pom.xml | 38 --------------------------------------
 1 file changed, 38 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6278094..a9ff97f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,6 @@
   </scm>
 
     <properties>
-        <jacoco.maven.plugin.version>0.7.9</jacoco.maven.plugin.version>
         <sling.java.version>8</sling.java.version>
     </properties>
 
@@ -134,43 +133,6 @@
         </plugins>
     </build>
 
-    <profiles>
-        <profile>
-            <id>coverage-report</id>
-            <activation>
-                <activeByDefault>false</activeByDefault>
-            </activation>
-            <build>
-                <plugins>
-                    <plugin>
-                        <groupId>org.jacoco</groupId>
-                        <artifactId>jacoco-maven-plugin</artifactId>
-                        <version>${jacoco.maven.plugin.version}</version>
-                        <executions>
-                            <execution>
-                                <id>default-prepare-agent</id>
-                                <goals>
-                                    <goal>prepare-agent</goal>
-                                </goals>
-                            </execution>
-                            <execution>
-                                <id>default-report</id>
-                                <goals>
-                                    <goal>report</goal>
-                                </goals>
-                                <configuration>
-                                    <includes>
-                                        <include>org/apache/sling/scripting/sightly/**/*</include>
-                                    </includes>
-                                </configuration>
-                            </execution>
-                        </executions>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-    </profiles>
-
     <!-- ======================================================================= -->
     <!-- D E P E N D E N C I E S                                                 -->
     <!-- ======================================================================= -->