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 2014/03/28 14:34:44 UTC

git commit: [KARAF-2844] Sync invoker.skip with skipTests

Repository: karaf
Updated Branches:
  refs/heads/master d2f9d5cbd -> 5f5239abc


[KARAF-2844] Sync invoker.skip with skipTests


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

Branch: refs/heads/master
Commit: 5f5239abc544c18fd3ce08b990ac961a9eacfd95
Parents: d2f9d5c
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Fri Mar 28 14:34:13 2014 +0100
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Fri Mar 28 14:34:13 2014 +0100

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


http://git-wip-us.apache.org/repos/asf/karaf/blob/5f5239ab/tooling/karaf-maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/tooling/karaf-maven-plugin/pom.xml b/tooling/karaf-maven-plugin/pom.xml
index e525b45..47a8aca 100644
--- a/tooling/karaf-maven-plugin/pom.xml
+++ b/tooling/karaf-maven-plugin/pom.xml
@@ -194,6 +194,8 @@
                     <localRepositoryPath>${project.build.directory}/system</localRepositoryPath>
                     <!--<settingsFile>src/it/settings.xml</settingsFile>-->
                     <mavenOpts>-Djava.io.tmpdir=${project.build.directory}</mavenOpts>
+                    <skipInstallation>${skipTests}</skipInstallation>
+                    <skipInvocation>${skipTests}</skipInvocation>
                     <goals>
                         <goal>install</goal>
                     </goals>