You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Include or merge together (if possible) src/main/feature/feature.xml (configurable location?) with the inline feature XML slurper thing into a kar file.
Allow the feature.xml file to be interpolated with gradle properties like how karaf-maven-plugin works. The standard interpolation was ${foo} and @foo@.
The text was updated successfully, but these errors were encountered:
Hi, you may prioritize this again since even karaf core developers tend to hand-roll feature.xmls these days. The only thing for your plugin would be to support extend the dsl to support this either by configuration or convention (say, pick up the feature.xml at a known location). You may also include a way to disable merging (as discussed in this item). All i really would need is a way to tell the plugin here is the xml, pls attach it to the gradle results and maybe use it when baking a kar file (though this is not needed for me..)
There are two facets to this:
src/main/feature/feature.xml
(configurable location?) with the inline feature XML slurper thing into a kar file.${foo}
and@foo@
.The text was updated successfully, but these errors were encountered: