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:28:11 UTC

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

Repository: brooklyn-client
Updated Branches:
  refs/heads/master 7139e5805 -> 37aa54f2b


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


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

Branch: refs/heads/master
Commit: cb35dcb4ac983826e760b0c226e5c1dc0f263fae
Parents: 7139e58
Author: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Authored: Wed Mar 30 17:47:37 2016 +0300
Committer: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Committed: Wed Mar 30 17:47:37 2016 +0300

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


http://git-wip-us.apache.org/repos/asf/brooklyn-client/blob/cb35dcb4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1e79b0b..fce24e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,6 +55,23 @@
         <target>all</target>
     </properties>
 
+    <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>
+
     <build>
         <plugins>
             <plugin>


[2/2] brooklyn-client git commit: Closes #12

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

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


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

Branch: refs/heads/master
Commit: 37aa54f2b180769ecffcc502bc273df3c057a4d3
Parents: 7139e58 cb35dcb
Author: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Authored: Fri Apr 1 16:28:03 2016 +0300
Committer: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Committed: Fri Apr 1 16:28:03 2016 +0300

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