GitHub user skitt opened a pull request:
https://github.com/apache/karaf/pull/187
Improve feature construction in karaf-maven-plugin
This adds the following features when processing a Maven project to
produce a feature:
* features the project depends on are processed first, so their
dependencies can be taken into account;
* transitively-depended-on features are loaded;
* bundles are only added if the included features don't already
include them;
* when not aggregating, features are added to the repositories
(de-duplicated) [KARAF-1583].
Signed-off-by: Stephen Kitt <[email protected]>
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/skitt/karaf karaf-3-features
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/karaf/pull/187.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #187
----
commit 689bd1da353b0c90a56e52ec1620b3791b627986
Author: Stephen Kitt <[email protected]>
Date: 2016-05-19T09:35:31Z
Improve feature construction in karaf-maven-plugin
This adds the following features when processing a Maven project to
produce a feature:
* features the project depends on are processed first, so their
dependencies can be taken into account;
* transitively-depended-on features are loaded;
* bundles are only added if the included features don't already
include them;
* when not aggregating, features are added to the repositories
(de-duplicated) [KARAF-1583].
Signed-off-by: Stephen Kitt <[email protected]>
----
---
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.
---