Dear experts, I have an issue with the Maven Bundle plugin. It generates an invalid package when an inner class is used to instantiate a bean.
For instance the following blueprint:
<bean class="org.test.MyClass.MyPublicStaticInnerClass"/>
Generates the following entry in the Import-Package section:
Import-Package: org.test.MyClass
As MyClass is part of the bundle, no Import-Package entry should be generated.
Is there a workaround?
Regards,
JP
