Github user neykov commented on a diff in the pull request:
https://github.com/apache/brooklyn-library/pull/53#discussion_r72026364
--- Diff: karaf/features/src/main/feature/feature.xml ---
@@ -0,0 +1,97 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied.
+ 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}"
+ 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>
+
+
<repository>mvn:org.apache.jclouds.karaf/jclouds-karaf/${jclouds.version}/xml/features</repository>
+
<repository>mvn:org.apache.cxf.karaf/apache-cxf/${cxf.version}/xml/features</repository>
+
+ <feature name="brooklyn-software-network" version="${project.version}"
description="Brooklyn Network Software Entities">
+
<bundle>mvn:org.apache.brooklyn/brooklyn-software-network/${project.version}</bundle>
+ <feature>brooklyn-software-base</feature>
+ </feature>
+
+ <feature name="brooklyn-software-cm" version="${project.version}"
description="Configuration Management modules">
+
<bundle>mvn:org.apache.brooklyn/brooklyn-software-cm-salt/${project.version}</bundle>
+
<bundle>mvn:org.apache.brooklyn/brooklyn-software-cm-ansible/${project.version}</bundle>
+ </feature>
+
+ <feature name="brooklyn-software-osgi" version="${project.version}"
description="Brooklyn OSGi Software Entities">
+
<bundle>mvn:org.apache.brooklyn/brooklyn-software-osgi/${project.version}</bundle>
+ <feature>brooklyn-core</feature>
+ <feature>brooklyn-api</feature>
+ <feature>brooklyn-software-base</feature>
+ <bundle
dependency="true">mvn:com.google.guava/guava/${guava.version}</bundle>
+ </feature>
+
+ <feature name="brooklyn-software-database"
version="${project.version}" description="Brooklyn Database Software Entities">
+
<bundle>mvn:org.apache.brooklyn/brooklyn-software-database/${project.version}</bundle>
+ <feature>brooklyn-core</feature>
+ <feature>brooklyn-api</feature>
+ <feature>brooklyn-software-base</feature>
+ <bundle
dependency="true">mvn:com.google.guava/guava/${guava.version}</bundle>
+ </feature>
+
+ <feature name="brooklyn-software-webapp" version="${project.version}"
description="Brooklyn Web App Software Entities">
+
<bundle>mvn:org.apache.brooklyn/brooklyn-software-webapp/${project.version}</bundle>
+ <feature>brooklyn-software-base</feature>
+ <bundle
dependency="true">wrap:mvn:org.hibernate/jtidy/${jtidy.version}</bundle>
+ </feature>
+
+ <feature name="brooklyn-software-messaging"
version="${project.version}" description="Brooklyn Messaging Software Entities">
+
<bundle>mvn:org.apache.brooklyn/brooklyn-software-messaging/${project.version}</bundle>
+ <feature>brooklyn-software-base</feature>
+ </feature>
+
+ <feature name="brooklyn-software-nosql" version="${project.version}"
description="Brooklyn NoSQL Data Store Software Entities">
+
<bundle>mvn:org.apache.brooklyn/brooklyn-software-nosql/${project.version}</bundle>
+ <feature>brooklyn-software-base</feature>
+ <feature>brooklyn-software-database</feature>
+ <feature>brooklyn-software-webapp</feature>
+ <bundle
dependency="true">mvn:org.mongodb/mongo-java-driver/3.0.3</bundle>
+ </feature>
+
+ <feature name="brooklyn-software-monitoring"
version="${project.version}" description="Brooklyn Monitoring Software
Entities">
+
<bundle>mvn:org.apache.brooklyn/brooklyn-software-monitoring/${project.version}</bundle>
+ <feature>brooklyn-core</feature>
+ <feature>brooklyn-api</feature>
+ <feature>brooklyn-software-base</feature>
+ <bundle
dependency="true">mvn:com.google.guava/guava/${guava.version}</bundle>
+ </feature>
+
+ <!-- TODO Don't load all bundles out of the box in the long run. Let
users cherry pick what they need. -->
--- End diff --
I think this comment can be removed - bundling libraries is what we want
now.
---
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.
---