Martin Lichtin created KARAF-3601:
-------------------------------------
Summary: karaf-maven-plugin - support feature <conditional>
Key: KARAF-3601
URL: https://issues.apache.org/jira/browse/KARAF-3601
Project: Karaf
Issue Type: Improvement
Affects Versions: 3.0.3
Reporter: Martin Lichtin
This is a followup on
http://karaf.922171.n3.nabble.com/How-does-conditional-work-in-feature-files-tp4038880p4038888.html
When configuring the plugin with:
{noformat}
<descriptors>
<descriptor>mvn:org.apache.karaf.features/spring/3.0.3/xml/features</descriptor>
<descriptor>mvn:org.apache.karaf.features/standard/3.0.3/xml/features</descriptor>
</descriptors>
<features>
<feature>webconsole</feature>
...
{noformat}
karaf-maven-plugin will not include the bundles that are inside the
"webconsole" conditional of "standard".
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)