Repository: karaf
Updated Branches:
  refs/heads/master c874e4795 -> a8049e01f


Excluding some karaf-maven-plugin itests requiring artifact on Maven repo.
It means that those it work only after a first build with invoker.skip (to 
populate the local Maven repo).


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

Branch: refs/heads/master
Commit: 17b97b698fc531780cef888ffa69b7170e3a3c89
Parents: c874e47
Author: Jean-Baptiste Onofré <jbono...@apache.org>
Authored: Sun Sep 18 09:24:22 2016 +0200
Committer: Jean-Baptiste Onofré <jbono...@apache.org>
Committed: Sun Sep 18 09:24:22 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/karaf/blob/17b97b69/tooling/karaf-maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/tooling/karaf-maven-plugin/pom.xml 
b/tooling/karaf-maven-plugin/pom.xml
index ec227f6..0412673 100644
--- a/tooling/karaf-maven-plugin/pom.xml
+++ b/tooling/karaf-maven-plugin/pom.xml
@@ -223,6 +223,14 @@
                     <pomIncludes>
                         <pomInclude>*/pom.xml</pomInclude>
                     </pomIncludes>
+                    <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>
                     <postBuildHookScript>verify</postBuildHookScript>
                     
<!--<localRepositoryPath>${project.build.directory}/system</localRepositoryPath>-->
                     <!--<settingsFile>src/it/settings.xml</settingsFile>-->

Reply via email to