Author: antelder
Date: Wed Jan 20 11:17:18 2010
New Revision: 901134
URL: http://svn.apache.org/viewvc?rev=901134&view=rev
Log:
Add all the modules to the fast profile (which isn't quite whats wanted, would
be better if you can use the profile with any of the other profiles, is there a
way to do that?)
Modified:
tuscany/sca-java-2.x/trunk/pom.xml
Modified: tuscany/sca-java-2.x/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/pom.xml?rev=901134&r1=901133&r2=901134&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/pom.xml Wed Jan 20 11:17:18 2010
@@ -570,6 +570,15 @@
<profile>
<id>fast</id>
+ <modules>
+ <module>modules</module>
+ <module>samples</module>
+ <module>itest</module>
+ <module>features</module>
+ <module>shades</module>
+ <module>distribution</module>
+ <module>archetypes</module>
+ </modules>
<build>
<plugins>
<plugin>