Add apache snapshot repository (commented out) to archetype Backport of fix on master by Hadrian Zbarcea <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/a7fbc349 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/a7fbc349 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/a7fbc349 Branch: refs/heads/0.7.0-incubating Commit: a7fbc349062de7dda544564af75f21ce12f56d1c Parents: 25b9b69 Author: Hadrian Zbarcea <[email protected]> Authored: Mon Jun 29 21:40:49 2015 -0400 Committer: Richard Downer <[email protected]> Committed: Wed Jul 15 08:22:09 2015 +0000 ---------------------------------------------------------------------- .../quickstart/src/brooklyn-sample/pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/a7fbc349/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 9253eb0..af5e789 100644 --- a/usage/archetypes/quickstart/src/brooklyn-sample/pom.xml +++ b/usage/archetypes/quickstart/src/brooklyn-sample/pom.xml @@ -50,6 +50,23 @@ <project.entry>com.acme.sample.brooklyn.SampleMain</project.entry> </properties> + <!-- enable apache snapshots repo if necessary --> + <!-- + <repositories> + <repository> + <id>apache-snapshots</id> + <name>Apache Snapshots Repository</name> + <url>https://repository.apache.org/content/repositories/snapshots</url> + <releases> + <enabled>false</enabled> + </releases> + <snapshots> + <enabled>true</enabled> + </snapshots> + </repository> + </repositories> + --> + <dependencies> <dependency> <!-- this pulls in all brooklyn entities and clouds;
