Re: Configure maven-bundle-plugin to not export anything by default

2016-02-18 Thread Jean-Baptiste Onofré
Hi Christian, yes, it should work. Regards JB On 02/18/2016 08:47 AM, Christian Schneider wrote: By default the maven-bundle-plugin exports all packages of a bundle (with exception of impl, ...). Is it possible to configure the maven-bundle-plugin to act like the bnd default to not export anyt

Re: Configure maven-bundle-plugin to not export anything by default

2016-02-18 Thread Sander van Beek
Hi Christian Yes that should work to my knowledge. Cheers Sander Op 18 feb. 2016 12:40 schreef "Christian Schneider" : > By default the maven-bundle-plugin exports all packages of a bundle (with > exception of impl, ...). > Is it possible to configure the maven-bundle-plugin to act like the bnd

Configure maven-bundle-plugin to not export anything by default

2016-02-18 Thread Christian Schneider
By default the maven-bundle-plugin exports all packages of a bundle (with exception of impl, ...). Is it possible to configure the maven-bundle-plugin to act like the bnd default to not export anything by default. Can I simply use !* in the parent and override in the child modules? Christian