summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2012-06-12 10:28:32 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2012-06-12 10:28:32 +0000
commitf3386cf4e135f0645521988e0d07a4a7555d1618 (patch)
treedd8099b850086415c0863b255a450a10dd8b90ef /sca-java-2.x
parent07b4921dbc502466fa830a9dd33cbabf9055c4e8 (diff)
Add snapshot repo definition so the build machine can run just the compliance tests
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1349235 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x')
-rw-r--r--sca-java-2.x/trunk/testing/compliance-tests/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/testing/compliance-tests/pom.xml b/sca-java-2.x/trunk/testing/compliance-tests/pom.xml
index 92efdbccec..dfbcb18561 100644
--- a/sca-java-2.x/trunk/testing/compliance-tests/pom.xml
+++ b/sca-java-2.x/trunk/testing/compliance-tests/pom.xml
@@ -36,6 +36,11 @@
<id>oasis.contributions</id>
<url>http://svn.apache.org/repos/asf/tuscany/maven</url>
</repository>
+ <repository>
+ <!-- This is so the ASF builds machine can find the top tuscany pom when running just the compliance tests -->
+ <id>apache.snapshots</id>
+ <url>http://repository.apache.org/snapshots</url>
+ </repository>
</repositories>
<profiles>