Repository: brooklyn-server
Updated Branches:
  refs/heads/master 6a60dd454 -> f4a6bb868


comment about need for local reference to bundle


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

Branch: refs/heads/master
Commit: fa051a8e372c77bd0dc0ca377018c46e7be4dfd9
Parents: 2153745
Author: Alex Heneveld <[email protected]>
Authored: Wed Mar 30 19:03:59 2016 +0100
Committer: Alex Heneveld <[email protected]>
Committed: Wed Mar 30 19:05:59 2016 +0100

----------------------------------------------------------------------
 karaf/features/src/main/feature/feature.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/fa051a8e/karaf/features/src/main/feature/feature.xml
----------------------------------------------------------------------
diff --git a/karaf/features/src/main/feature/feature.xml 
b/karaf/features/src/main/feature/feature.xml
index 6200b88..edbf246 100644
--- a/karaf/features/src/main/feature/feature.xml
+++ b/karaf/features/src/main/feature/feature.xml
@@ -27,6 +27,12 @@
 
     <!-- TODO how to add central.maven.org repo? -->
     
<repository>http://central.maven.org/maven2/org/apache/jclouds/karaf/jclouds-karaf/1.9.2/jclouds-karaf-1.9.2-features.xml</repository>
+<!--
+TODO the above link works for loading it, at compile time, as in the file 
below is then installed into target/assembly/system/
+BUT the assembly's variant of *this* feature file keeps the link above which 
FAILS if the server is not online.
+it should contain the entry below *instead of* the entry above:
+    
<repository>mvn:org.apache.jclouds.karaf/jclouds-karaf/1.9.2/xml/features</repository>
+-->
     
<repository>mvn:org.apache.cxf.karaf/apache-cxf/${cxf.version}/xml/features</repository>
 
     <feature name="swagger" version="${swagger.version}" description="Swagger 
Annotations+Core+JAXRS+Models">

Reply via email to