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:19 UTC

[syncope] branch 2_1_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_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/2_1_X by this push:
     new bfd9229  Adding skip of buildnumber-maven-plugin to the skipTests profile
bfd9229 is described below

commit bfd92295d145ec3996a1094d90212f6e87f048a8
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 f206754..cb81770 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>