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

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

Add apache snapshot repository (commented out) to 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/9632405a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/9632405a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/9632405a

Branch: refs/heads/master
Commit: 9632405a5852df4d5855b170d56b9e602c4ad587
Parents: 474f8fc
Author: Hadrian Zbarcea <ha...@apache.org>
Authored: Mon Jun 29 21:40:49 2015 -0400
Committer: Hadrian Zbarcea <ha...@apache.org>
Committed: Mon Jun 29 21:40:49 2015 -0400

----------------------------------------------------------------------
 .../quickstart/src/brooklyn-sample/pom.xml         | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/9632405a/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 1f40c3c..0129679 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;