Author: cschneider
Date: Thu Jun 9 12:33:45 2011
New Revision: 1133829
URL: http://svn.apache.org/viewvc?rev=1133829&view=rev
Log:
Introducing property noassembly that will decide if the assembly will be part
of the build. -Pfastinstall also sets this property. This allows to run the
fulltest jenkins build without the assembly
Modified:
camel/trunk/apache-camel/pom.xml
camel/trunk/parent/pom.xml
Modified: camel/trunk/apache-camel/pom.xml
URL:
http://svn.apache.org/viewvc/camel/trunk/apache-camel/pom.xml?rev=1133829&r1=1133828&r2=1133829&view=diff
==============================================================================
--- camel/trunk/apache-camel/pom.xml (original)
+++ camel/trunk/apache-camel/pom.xml Thu Jun 9 12:33:45 2011
@@ -562,7 +562,7 @@
<id>build.distro</id>
<activation>
<property>
- <name>!fastinstall</name>
+ <name>!noassembly</name>
</property>
</activation>
<build>
Modified: camel/trunk/parent/pom.xml
URL:
http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=1133829&r1=1133828&r2=1133829&view=diff
==============================================================================
--- camel/trunk/parent/pom.xml (original)
+++ camel/trunk/parent/pom.xml Thu Jun 9 12:33:45 2011
@@ -1648,6 +1648,7 @@
</activation>
<properties>
<maven.test.skip.exec>true</maven.test.skip.exec>
+ <noassembly>true</noassembly>
</properties>
</profile>
<profile>