Re: Assembly Issue

2018-04-16 Thread Greg Logan
Hi JB, Thanks, I'll get that change made. Any other suggestions? Any other debugging steps that would be more likely to trigger this or provide more information? G On Tue, Apr 10, 2018 at 8:35 AM, Jean-Baptiste Onofré wrote: > It's better yes and the "model" is not exactly the same. > > Rega

Re: karaf-maven-plugin 4.2.0 "FAT" kar?

2018-04-16 Thread nino martinez wael
Yes, I want to include at least first level dependencies for my kar / application.. But we need to be able todo an offline installation. With released applications. On Sat, Apr 14, 2018 at 6:41 PM, Francois Papon < francois.pa...@openobject.fr> wrote: > Hi, > > You want to include your repo into

Some tipps and tricks for writing pax exam OSGi tests

2018-04-16 Thread Christian Schneider
I have just finished an example and docs of some tips and tricks I learned for writing OSGi tests using pax exam. Some highlights: - Mock tests for DS components using Mockito - Debug pax exam based tests like plain java code (edit, save, debug) - Full support for hamcrest matchers - Use Awaitili