Re: Issue building with karaf-maven-plugin

2016-03-01 Thread David Daniel
though). > >> > >> You also might need to use Maven-Excludes in your feature-pom to avoid > >> some > >> dependency-pitfalls. > >> > >> If you add your features to the boot-features in the assembly they won't > >> be > >&g

Re: Issue building with karaf-maven-plugin

2016-03-01 Thread Mike Rumpf
res. (This would lead to the wrap feature being >> verified and the build will fail because of missing >> log-implementation...) >> >> The Karaf-Maven-Plugin is quite tricky to configure right. >> >> Hope that helps, >> Mike >> >> >> >&

Re: Issue building with karaf-maven-plugin

2016-03-01 Thread David Daniel
features). Avoid non-osgi > bundles in your features. (This would lead to the wrap feature being > verified and the build will fail because of missing log-implementation...) > > The Karaf-Maven-Plugin is quite tricky to configure right. > > Hope that helps, > Mike > &g

Re: Issue building with karaf-maven-plugin

2016-03-01 Thread Mike Rumpf
. (This would lead to the wrap feature being verified and the build will fail because of missing log-implementation...) The Karaf-Maven-Plugin is quite tricky to configure right. Hope that helps, Mike -- View this message in context: http://karaf.922171.n3.nabble.com/Issue-building-with-karaf-maven

Re: Issue building with karaf-maven-plugin

2016-02-29 Thread Raman Gupta
fy. > > Regards > JB > > > > Sent from my Samsung device > > > Original message > From: David Daniel <david.daniel.1...@gmail.com > <mailto:david.daniel.1...@gmail.com>> >

Re: Issue building with karaf-maven-plugin

2016-02-29 Thread David Daniel
>> >> Your feature should just depends to the log feature: thanks to that the >> resolver will find the expected packages for the verify. >> >> Regards >> JB >> >> >> >> Sent from my Samsung device >> >> >> Origi

Re: Issue building with karaf-maven-plugin

2016-02-28 Thread David Daniel
ected packages for the verify. > > Regards > JB > > > > Sent from my Samsung device > > > Original message > From: David Daniel <david.daniel.1...@gmail.com> > Date: 28/02/2016 18:01 (GMT+01:00) > To: user@karaf.apache.org > Subject:

RE: Issue building with karaf-maven-plugin

2016-02-28 Thread Jean-Baptiste Onofré
(GMT+01:00) To: user@karaf.apache.org Subject: Issue building with karaf-maven-plugin I am having an issue building with karaf-maven-plugin 4.0.4.  I never had it working with a previous version and I am just trying to start setting it up so it is probably something simple I am doing wrong