have you tried something like

  <Export-Package>
    {local-packages},
    your.package.with.impl.name
  </Export-Package>

?

stefan

>-----Original Message-----
>From: Andreas Sewe [mailto:andreas.s...@codetrails.com]
>Sent: Tuesday, June 20, 2017 6:25 PM
>To: users@felix.apache.org
>Subject: [maven-bundle-plugin] How to override "impl packages are not
>exported" default?
>
>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


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@felix.apache.org
For additional commands, e-mail: users-h...@felix.apache.org

Reply via email to