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 2018/10/31 11:46:20 UTC

[syncope] branch 2_0_X updated: Adding skip of buildnumber-maven-plugin to the skipTests profile

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 198abc2  Adding skip of buildnumber-maven-plugin to the skipTests profile
198abc2 is described below

commit 198abc2983da3b31df9db39905ae51258bb5bc41
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Oct 31 12:44:57 2018 +0100

    Adding skip of buildnumber-maven-plugin to the skipTests profile
---
 core/logic/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/logic/pom.xml b/core/logic/pom.xml
index 6515bec..8c9a944 100644
--- a/core/logic/pom.xml
+++ b/core/logic/pom.xml
@@ -107,6 +107,7 @@ under the License.
         <configuration>
           <doCheck>false</doCheck>
           <doUpdate>false</doUpdate>
+          <skip>${skipTests}</skip>
         </configuration>
         <executions>
           <execution>