Author: antelder
Date: Mon Mar 8 20:54:02 2010
New Revision: 920505
URL: http://svn.apache.org/viewvc?rev=920505&view=rev
Log:
Add a profile for just teh compliance tests, maybe just temporarily to verify
the Hudson build working properly
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=920505&r1=920504&r2=920505&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/pom.xml Mon Mar 8 20:54:02 2010
@@ -414,6 +414,13 @@
</build>
</profile>
+ <profile>
+ <id>compliance</id>
+ <modules>
+ <module>compliance-tests</module>
+ </modules>
+ </profile>
+
<!-- START - WHAT ARE THE FOLLOWING PROFILES FOR? -->
<profile>