summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-03-30 12:43:16 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-03-30 12:43:16 +0000
commitbbe39bc905f18a9ec0b540dcd91736a847416ef2 (patch)
tree7fe5779ac5c86ea2b60fde4dcb0442b36562a08e /sca-java-2.x
parent6ca7f2a4c4229cea58c9c4fb49b68fcd769b9013 (diff)
Add compliance tests back into build as theyy're mostly passing again and the failing ones are excluded
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@929112 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x')
-rw-r--r--sca-java-2.x/trunk/pom.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/sca-java-2.x/trunk/pom.xml b/sca-java-2.x/trunk/pom.xml
index 21d37a16a3..8fc4d9e4a0 100644
--- a/sca-java-2.x/trunk/pom.xml
+++ b/sca-java-2.x/trunk/pom.xml
@@ -277,7 +277,7 @@
<module>shades</module>
<module>distribution</module>
<module>archetypes</module>
- <!-- module>compliance-tests</module -->
+ <module>compliance-tests</module>
</modules>
</profile>
@@ -303,6 +303,7 @@
<module>shades</module>
<module>distribution</module>
<module>archetypes</module>
+ <module>compliance-tests</module>
</modules>
</profile>
@@ -391,7 +392,7 @@
<module>shades</module>
<module>distribution</module>
<module>archetypes</module>
- <!-- module>compliance-tests</module -->
+ <module>compliance-tests</module>
</modules>
<build>
<plugins>
@@ -840,7 +841,7 @@
<groupId>org.apache.tuscany.maven.plugins</groupId>
<artifactId>maven-eclipse-compiler</artifactId>
<version>1.0.1</version>
- <scope>provided</scope>
+ <scope>runtime</scope>
</dependency>
</dependencies>
</plugin>