You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by ri...@apache.org on 2015/07/15 12:03:39 UTC

[05/15] incubator-brooklyn git commit: Add apache snapshot repository (commented out) to archetype

Add apache snapshot repository (commented out) to archetype

Backport of fix on master by Hadrian Zbarcea <ha...@apache.org>


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 <ha...@apache.org>
Authored: Mon Jun 29 21:40:49 2015 -0400
Committer: Richard Downer <ri...@apache.org>
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;