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

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


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

commit d7093b5dbde9e7b703075ba378cf00155bf12794
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 445552e..981884e 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>