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 2016/09/23 14:39:50 UTC

karaf git commit: Exclude failing karaf-maven-plugin itests

Repository: karaf
Updated Branches:
  refs/heads/master 858920dd0 -> 7fdbe37d4


Exclude failing karaf-maven-plugin itests


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/7fdbe37d
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/7fdbe37d
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/7fdbe37d

Branch: refs/heads/master
Commit: 7fdbe37d4c763c7d543fdca2c91937693d5f0d44
Parents: 858920d
Author: Jean-Baptiste Onofr� <jb...@apache.org>
Authored: Fri Sep 23 16:39:33 2016 +0200
Committer: Jean-Baptiste Onofr� <jb...@apache.org>
Committed: Fri Sep 23 16:39:33 2016 +0200

----------------------------------------------------------------------
 tooling/karaf-maven-plugin/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/7fdbe37d/tooling/karaf-maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/tooling/karaf-maven-plugin/pom.xml b/tooling/karaf-maven-plugin/pom.xml
index 0412673..1f8ed33 100644
--- a/tooling/karaf-maven-plugin/pom.xml
+++ b/tooling/karaf-maven-plugin/pom.xml
@@ -257,7 +257,12 @@
                         <configuration>
                             <invokerPropertiesFile>src/test/offline.properties</invokerPropertiesFile>
                             <pomExcludes>
+			        <!-- The following IT may fail as the SNAPSHOT is not on a remote repo -->
+                                <!-- So, it requires to skip test for the early first build to populate the local repo -->
+                                <pomExclude>test-run/pom.xml</pomExclude>
+                                <pomExclude>test-assembly/pom.xml</pomExclude>
                                 <pomExclude>test-check-dependencies-failure/pom.xml</pomExclude>
+                                <pomExclude>test-assembly-prop-edits/pom.xml</pomExclude>
                             </pomExcludes>
                         </configuration>
                     </execution>