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/09/03 16:39:24 UTC

[karaf] branch karaf-4.2.x updated: Skip itest example on Jenkins

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

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


The following commit(s) were added to refs/heads/karaf-4.2.x by this push:
     new 442abb7  Skip itest example on Jenkins
442abb7 is described below

commit 442abb77f2fdc1bf66333ca79cb99f86a3ba8413
Author: jbonofre <jb...@apache.org>
AuthorDate: Thu Sep 3 18:37:23 2020 +0200

    Skip itest example on Jenkins
---
 examples/karaf-itest-example/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/examples/karaf-itest-example/pom.xml b/examples/karaf-itest-example/pom.xml
index b095451..e7950f4 100644
--- a/examples/karaf-itest-example/pom.xml
+++ b/examples/karaf-itest-example/pom.xml
@@ -119,4 +119,14 @@
         </plugins>
     </build>
 
+    <profiles>
+        <profile>
+            <!-- skip example on Jenkins -->
+            <id>test</id>
+            <properties>
+                <maven.test.skip>true</maven.test.skip>
+            </properties>
+        </profile>
+    </profiles>
+
 </project>