summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2011-07-20 10:10:23 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2011-07-20 10:10:23 +0000
commitb77b257f08f4ffd1a15693b5b2d994c0935a6c7e (patch)
tree5229c84eb21efef5cf902f54c8cf095b7c8dfac7 /sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml
parenta2cc785014a95d8df19e79a34070599521e46787 (diff)
Add the ASF snapshot repositories to the getting started samples so that they can be used from an svn checkouts of the individual samples without having to do a local trunk build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1148679 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml
index f0aac7c3fc..367ba62cf6 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml
+++ b/sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml
@@ -36,6 +36,20 @@
<tuscany.version>${project.version}</tuscany.version>
</properties>
+ <!-- ASF repositories so sample can be built from SVN without building trunk-->
+ <repositories><repository>
+ <id>apache.snapshots</id>
+ <name>Apache Snapshot Repository</name>
+ <url>http://repository.apache.org/snapshots</url>
+ <releases><enabled>false</enabled></releases>
+ </repository></repositories>
+ <pluginRepositories><pluginRepository>
+ <id>apache.snapshots</id>
+ <name>Apache Snapshot Repository</name>
+ <url>http://repository.apache.org/snapshots</url>
+ <releases><enabled>false</enabled></releases>
+ </pluginRepository></pluginRepositories>
+
<dependencies>
<dependency>