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/04 04:45:35 UTC

[karaf] branch karaf-4.2.x updated: Revert "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 b1e66cf  Revert "Skip itest example on Jenkins"
b1e66cf is described below

commit b1e66cfa362ab7dda8469ec09e5c1baa7a5e6a17
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Fri Sep 4 06:45:17 2020 +0200

    Revert "Skip itest example on Jenkins"
    
    This reverts commit 442abb77f2fdc1bf66333ca79cb99f86a3ba8413.
---
 examples/karaf-itest-example/pom.xml | 10 ----------
 1 file changed, 10 deletions(-)

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