You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2020/01/05 17:37:53 UTC

[karaf] branch karaf-3.0.x updated: Skip test for release

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

jbonofre pushed a commit to branch karaf-3.0.x
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/karaf-3.0.x by this push:
     new 09daecc  Skip test for release
09daecc is described below

commit 09daecc86250c4faa98349ec5ef84c27c0e5bc25
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sun Jan 5 18:37:02 2020 +0100

    Skip test for release
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 28493ca..73ac268 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1884,7 +1884,7 @@
                         <useReleaseProfile>false</useReleaseProfile>
                         <preparationGoals>clean install</preparationGoals>
                         <goals>deploy</goals>
-                        <arguments>-Prelease,deploy,src,manual</arguments>
+                        <arguments>-DskipTests -Prelease,deploy,src,manual</arguments>
                         <autoVersionSubmodules>true</autoVersionSubmodules>
                     </configuration>
                 </plugin>