Hi, I am using the latest version of the maven-bundle-plugin (3.3.0) and currently struggling how to export a package that has *.impl.* in its name *without* having to explicitly list all exported packages.
I tried
<Export-Package>{local-packages}</Export-Package>
but that does not export the *.impl.* packages, whereas
<Export-Package>*</Export-Package>
exports *all* packages on the classpath, including those of my
dependencies (which I don't want to re-export).
Any advice?
Andreas
--
Codetrails GmbH
The knowledge transfer company
Robert-Bosch-Str. 7, 64293 Darmstadt
Phone: +49-6151-276-7092
Mobile: +49-170-811-3791
http://www.codetrails.com/
Managing Director: Dr. Marcel Bruch
Handelsregister: Darmstadt HRB 91940
signature.asc
Description: OpenPGP digital signature

