AFAIK this works. As you give a maven coordinate with is "serialized" to the given filename.
regards, Achim Am Mi., 8. Aug. 2018 um 11:51 Uhr schrieb imranrazakhan < [email protected]>: > Suppose we have feature file like, > > > <?xml version="1.0" encoding="UTF-8"?> > <features xmlns="http://karaf.apache.org/xmlns/features/v1.0.0">\ > <feature name="test-config" version="1.0.0" resolver="(obr)"> > <configfile > > finalname="/etc/test_properties.cfg">mvn:test/config-test/1.0.0-SNAPSHOT/cfg</configfile> > <bundle>mvn:test/config-test/1.0.0-SNAPSHOT</bundle> > </feature> > </features> > > Do Karaf support configuration like below and parse yaml accordingly > > > > <configfile > > finalname="/etc/test_properties.yaml">mvn:test/config-test/1.0.0-SNAPSHOT/cfg</configfile> > > > > -- > Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html > -- Apache Member Apache Karaf <http://karaf.apache.org/> Committer & PMC OPS4J Pax Web <http://wiki.ops4j.org/display/paxweb/Pax+Web/> Committer & Project Lead blog <http://notizblog.nierbeck.de/> Co-Author of Apache Karaf Cookbook <http://bit.ly/1ps9rkS> Software Architect / Project Manager / Scrum Master
