How to generate such structure using karaf-maven-plugin (feature with
subfeatures):

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<features xmlns="http://karaf.apache.org/xmlns/features/v1.2.0";
name="subfeature_example">
    <feature name="A" version="0.0.1" description="feature A"
resolver="(obr)">
       <feature name="B" version="0.0.1" description="subfeature B"
resolver="(obr)">
       <feature name="C" version="0.0.1" description="subfeature C"
resolver="(obr)">
   </feature>
</features>

Is it possible to get it with packaging feature  ?



--
View this message in context: 
http://karaf.922171.n3.nabble.com/Nested-features-using-karaf-maven-plugin-3-0-0-SNAPSHOT-tp4027131.html
Sent from the Karaf - Dev mailing list archive at Nabble.com.

Reply via email to