diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-07-20 10:10:23 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-07-20 10:10:23 +0000 |
commit | b77b257f08f4ffd1a15693b5b2d994c0935a6c7e (patch) | |
tree | 5229c84eb21efef5cf902f54c8cf095b7c8dfac7 /sca-java-2.x/trunk/samples/getting-started/helloworld-spring | |
parent | a2cc785014a95d8df19e79a34070599521e46787 (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 'sca-java-2.x/trunk/samples/getting-started/helloworld-spring')
-rw-r--r-- | sca-java-2.x/trunk/samples/getting-started/helloworld-spring/pom.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/pom.xml index 140e2c1221..f5d6a0e1e6 100644 --- a/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/pom.xml +++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/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>
|