Github user m4rkmckenna commented on a diff in the pull request:
https://github.com/apache/brooklyn-server/pull/73#discussion_r56885604
--- Diff: karaf/features/src/main/feature/feature.xml ---
@@ -16,12 +16,17 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<features xmlns="http://karaf.apache.org/xmlns/features/v1.2.0"
name="org.apache.brooklyn-${project.version}">
+<features xmlns="http://karaf.apache.org/xmlns/features/v1.2.0"
+ name="org.apache.brooklyn-${project.version}"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+
xsi:noNamespaceSchemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0">
<repository>mvn:org.apache.karaf.features/standard/${karaf.version}/xml/features</repository>
<repository>mvn:org.apache.karaf.features/enterprise/${karaf.version}/xml/features</repository>
<repository>mvn:org.apache.karaf.features/spring/${karaf.version}/xml/features</repository>
+ <!-- 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>
--- End diff --
Does this work?
```
<repository>mvn:org.apache.jclouds/jclouds-karaf/1.9.2/xml/features</repository>
```
Im guess the feature file you are referencing is this one
https://github.com/jclouds/jclouds-karaf/blob/master/feature/pom.xml
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---