Author: davsclaus Date: Mon Jan 7 13:09:11 2013 New Revision: 1429789 URL: http://svn.apache.org/viewvc?rev=1429789&view=rev Log: CAMEL-5443: run performance tests only with profile enabled
Modified: camel/trunk/tests/pom.xml Modified: camel/trunk/tests/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/tests/pom.xml?rev=1429789&r1=1429788&r2=1429789&view=diff ============================================================================== --- camel/trunk/tests/pom.xml (original) +++ camel/trunk/tests/pom.xml Mon Jan 7 13:09:11 2013 @@ -40,7 +40,6 @@ <module>camel-blueprint-cxf-test</module> <module>camel-partial-classpath-test</module> <module>camel-typeconverterscan-test</module> - <module>camel-itest-performance</module> </modules> <profiles> @@ -57,6 +56,7 @@ <profile> <id>performance.test</id> <modules> + <module>camel-itest-performance</module> <module>camel-performance</module> </modules> </profile>