Add apache snapshot repository to quickstart archetype
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/e08f3af0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/e08f3af0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/e08f3af0 Branch: refs/heads/master Commit: e08f3af0ff4fe0e3b68be45adedc9b2fb3b5d215 Parents: 9e76536 Author: Hadrian Zbarcea <[email protected]> Authored: Mon Jul 13 18:01:24 2015 -0400 Committer: Hadrian Zbarcea <[email protected]> Committed: Mon Jul 13 18:01:24 2015 -0400 ---------------------------------------------------------------------- usage/archetypes/quickstart/src/brooklyn-sample/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/e08f3af0/usage/archetypes/quickstart/src/brooklyn-sample/pom.xml ---------------------------------------------------------------------- diff --git a/usage/archetypes/quickstart/src/brooklyn-sample/pom.xml b/usage/archetypes/quickstart/src/brooklyn-sample/pom.xml index 7e2e528..8e2b651 100644 --- a/usage/archetypes/quickstart/src/brooklyn-sample/pom.xml +++ b/usage/archetypes/quickstart/src/brooklyn-sample/pom.xml @@ -50,6 +50,17 @@ <project.entry>com.acme.sample.brooklyn.SampleMain</project.entry> </properties> + <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> + <dependencies> <dependency> <!-- this pulls in all brooklyn entities and clouds;
