Updated Branches:
  refs/heads/camel-2.10.x a8178b7fc -> 1bae95f00

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/1bae95f0
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/1bae95f0
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/1bae95f0

Branch: refs/heads/camel-2.10.x
Commit: 1bae95f00cebf9a5372d046ed50475c4f821c9d9
Parents: a8178b7
Author: Akitoshi Yoshida <[email protected]>
Authored: Wed Jul 31 14:30:51 2013 +0200
Committer: Akitoshi Yoshida <[email protected]>
Committed: Wed Jul 31 14:47:00 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/camel/blob/1bae95f0/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 89aa319..8b93763 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1770,6 +1770,7 @@
       </activation>
       <properties>
         <maven.test.skip.exec>true</maven.test.skip.exec>
+        <assembly.skipAssembly>true</assembly.skipAssembly>
         <noassembly>true</noassembly>
       </properties>
     </profile>

Reply via email to