Hello Felix Community,

I have a question regarding using maven-bundle-plugin. I have a case like
this:
abc.jar has org.apache.felix.abc.A.class
module xyz depends on module abc, module xyz also has
org.apache.felix.abc.B.class
What I would like to do is
<Export-Package>
!org.apache.felix.abc.A.class,   // this doesn't work.
org.apache.felix.abc
</Export-Package>

I would like to exclude a specific class in export-package, but it seems
the negation mark(!) only excludes a package, right? Do you have an idea
that I could exclude A.class in xyz.jar?

Thanks!

-Huizhi

Reply via email to