You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2021/12/17 09:57:33 UTC

[brooklyn-server] 02/06: Added plugin repository

This is an automated email from the ASF dual-hosted git repository.

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git

commit 352f9091bce1cbda68822a8c94439626dfeeb488
Author: Juan Cabrerizo <ju...@cabrerizo.es>
AuthorDate: Wed Dec 15 21:14:43 2021 +0000

    Added plugin repository
---
 pom.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7786d58..1f8c8cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,7 +88,12 @@
             </snapshots>
         </repository>
     </repositories>
-
+    <pluginRepositories>
+        <pluginRepository>
+            <id>testKaraf434-plugin</id>
+            <url>https://repository.apache.org/content/repositories/orgapachekaraf-1165/</url>
+        </pluginRepository>
+    </pluginRepositories>
     <properties>
         <brooklyn.version>1.1.0-SNAPSHOT</brooklyn.version>  <!-- BROOKLYN_VERSION -->