You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by sv...@apache.org on 2016/04/01 15:24:08 UTC

[1/2] brooklyn-library git commit: Download parent pom from remote repo if local version is not available

Repository: brooklyn-library
Updated Branches:
  refs/heads/master 481baff63 -> 8be4ecb65


Download parent pom from remote repo if local version is not available


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-library/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-library/commit/d64ea835
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-library/tree/d64ea835
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-library/diff/d64ea835

Branch: refs/heads/master
Commit: d64ea835b0647dd9da0247352882d7758a6e4477
Parents: 481baff
Author: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Authored: Wed Mar 30 17:47:31 2016 +0300
Committer: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Committed: Wed Mar 30 17:47:31 2016 +0300

----------------------------------------------------------------------
 pom.xml | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/d64ea835/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 17a104d..4e1e247 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,6 @@
         <relativePath>../brooklyn-server/parent/</relativePath>
     </parent>
 
-    <groupId>org.apache.brooklyn</groupId>
     <artifactId>brooklyn-library</artifactId>
     <version>0.10.0-SNAPSHOT</version>  <!-- BROOKLYN_VERSION -->
     <packaging>pom</packaging>
@@ -72,6 +71,23 @@
         </mailingList>
     </mailingLists>
 
+    <repositories>
+        <!--
+            Same as in the parent apache pom. Repeated here in case
+            direct parent's pom not found at relativePath. Can't fetch
+            the parent from remote repos for snapshot versions - no
+            snapshot repos enabled by default.
+        -->
+        <repository>
+            <id>apache.snapshots</id>
+            <name>Apache Snapshot Repository</name>
+            <url>http://repository.apache.org/snapshots</url>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+        </repository>
+    </repositories>
+
     <properties>
     
 		<!-- Versions of Software we Blueprint -->


[2/2] brooklyn-library git commit: Closes #28

Posted by sv...@apache.org.
Closes #28

Download parent pom from remote repo if local version is not available


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-library/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-library/commit/8be4ecb6
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-library/tree/8be4ecb6
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-library/diff/8be4ecb6

Branch: refs/heads/master
Commit: 8be4ecb65ee519e21d7242a1225e8afc7652dfb4
Parents: 481baff d64ea83
Author: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Authored: Fri Apr 1 16:24:01 2016 +0300
Committer: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Committed: Fri Apr 1 16:24:01 2016 +0300

----------------------------------------------------------------------
 pom.xml | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)
----------------------------------------------------------------------