karaf maven plugin configfilename

2016-10-09 Thread Thomas Termin
Hello, I have a feature which contain a configfile like: mvn:my.package/MyArtifact/1.0.0/cfg/file-cfg If I put the feature which contains the configfile within the of my custom karaf pom file, all referenced bundles are installed within the system directory. But the configfile is just i

Re: karaf maven plugin configfilename

2016-10-09 Thread Guillaume Nodet
Hi Thomas, Could you please raise a JIRA issue for that ? Guillaume 2016-10-10 7:31 GMT+02:00 Thomas Termin : > Hello, > > I have a feature which contain a configfile like: > > > mvn:my.package/MyArtifact/1.0.0/cfg/file-cfg > > > If I put the feature which contains the configfile within

Re: karaf maven plugin configfilename

2016-10-10 Thread Jean-Baptiste Onofré
Weird, I added the configfile copy in archive and kar goals while ago. What goal are you using ? Let me try to reproduce. Regards JB On 10/10/2016 07:31 AM, Thomas Termin wrote: Hello, I have a feature which contain a configfile like: mvn:my.package/MyArtifact/1.0.0/cfg/file-cfg If

Re: karaf maven plugin configfilename

2016-10-10 Thread Thomas Termin
Hello, below is the pom file I use for my custom karaf example. As you can see i put the cellar feature within the installedFeature. I do this that I can install it offline without a maven repo. But at the end there is no cfg file within the system directory. I saw already within the maven plugin

Re: karaf maven plugin configfilename

2016-10-10 Thread Jean-Baptiste Onofré
Thanks Thomas, I will take a look because I'm sure I added and tested that. It's maybe a regression that has been introduced (you are using 4.0.7) Let me try to reproduce and investigate. I keep you posted. Thanks again, Regards JB On 10/10/2016 11:04 AM, Thomas Termin wrote: Hello, below

Re: karaf maven plugin configfilename

2016-10-10 Thread Thomas Termin
Hello Jean-Baptiste, Cool thanks. I would have done it myself to fix that, but unfortunately I can't build karaf without build failure. Or at least not the tooling. There are import problems within org.apache.karaf.tooling.utils.Dependency31Helper.java Regards Thomas > Am 10.10.2016 um 11:09

Re: karaf maven plugin configfilename

2016-10-26 Thread Thomas Termin
Opened issue https://issues.apache.org/jira/browse/KARAF-4805 and provide a patch for it via pull request. On Mon, Oct 10, 2016 at 1:36 PM, Thomas Termin wrote: > Hello Jean-Baptiste, > > Cool thanks. I would have done it myself to fix that, but unfortunately I > can't build karaf without build