diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-20 07:57:10 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-20 07:57:10 +0000 |
commit | 08286cba493d30f4bed3a42a320ccb103b9904d6 (patch) | |
tree | 44ec2ebc0da287dc5329a2b366886e6d567973db /sca-java-2.x/trunk | |
parent | 68880159482ab42f79fde72bf238919c8c643646 (diff) |
Take the compliance tests out of the distribution profile
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925562 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | sca-java-2.x/trunk/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/pom.xml b/sca-java-2.x/trunk/pom.xml index 43ba4977cc..f5b9b444b6 100644 --- a/sca-java-2.x/trunk/pom.xml +++ b/sca-java-2.x/trunk/pom.xml @@ -391,7 +391,7 @@ <module>shades</module> <module>distribution</module> <module>archetypes</module> - <module>compliance-tests</module> + <!-- module>compliance-tests</module --> </modules> <build> <plugins> |