You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2019/02/08 14:39:47 UTC

[syncope] branch 2_0_X updated: Skipping JaCoCo execution when tests are skipped

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

ilgrosso pushed a commit to branch 2_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/2_0_X by this push:
     new dfd4048  Skipping JaCoCo execution when tests are skipped
dfd4048 is described below

commit dfd4048f525d00fa06f8122046f6adb833ec3d8b
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Fri Feb 8 15:38:01 2019 +0100

    Skipping JaCoCo execution when tests are skipped
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 150ea4a..ee51aab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2199,6 +2199,7 @@ under the License.
         <version>0.8.3</version>
         <configuration>
           <append>true</append>
+	  <skip>${skipTests}</skip>
         </configuration>
         <executions>
           <execution>