You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ay...@apache.org on 2013/07/31 14:33:12 UTC

git commit: set skipAssembly for fastinstall

Updated Branches:
  refs/heads/master 64675d495 -> 4f73ebf7d


set skipAssembly for fastinstall


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/4f73ebf7
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/4f73ebf7
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/4f73ebf7

Branch: refs/heads/master
Commit: 4f73ebf7dfe8a1f4ce11779a00cb5d7441c0c46a
Parents: 64675d4
Author: Akitoshi Yoshida <ay...@apache.org>
Authored: Wed Jul 31 14:30:51 2013 +0200
Committer: Akitoshi Yoshida <ay...@apache.org>
Committed: Wed Jul 31 14:32:38 2013 +0200

----------------------------------------------------------------------
 parent/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/4f73ebf7/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index dce08e5..28e3dd5 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2624,6 +2624,7 @@
       </activation>
       <properties>
         <maven.test.skip.exec>true</maven.test.skip.exec>
+        <assembly.skipAssembly>true</assembly.skipAssembly>
         <noassembly>true</noassembly>
       </properties>
     </profile>