Updated Branches:
  refs/heads/camel-2.11.x 2ef7096e7 -> fdb65509d

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

Branch: refs/heads/camel-2.11.x
Commit: fdb65509dd153ca7458e24ccf1509a91e1e4e087
Parents: 2ef7096
Author: Akitoshi Yoshida <[email protected]>
Authored: Wed Jul 31 14:30:51 2013 +0200
Committer: Akitoshi Yoshida <[email protected]>
Committed: Wed Jul 31 14:40:21 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/camel/blob/fdb65509/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index f2fa3f8..705c387 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2541,6 +2541,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