Re: How to make karaf-maven-plugin exclude some compile depencies when building a feature?

2019-09-01 Thread Steinar Bang
> Jean-Baptiste Onofré : > you can blacklist or you can exclude artifacts. Right. I tried using blacklisting in the karaf-maven-plugin documentation, but that didn't work as I expected it to. I looked for something like the exclusion of artifacts in the karaf-maven-plugin documentation,

Re: How to make karaf-maven-plugin exclude some compile depencies when building a feature?

2019-09-01 Thread Steinar Bang
> Ryan Moquin : > Hi Steinar, > There are a couple ways. > 1. You can use runtime to prevent a jar from being added, > but that has other ramifications when building (such as I think unit test > code won't see the dependency) > 2. You can use provided to only include that dependency but >