Hello, I am having problem configuring the <Import-Package> and <Export-Package> of maven-bundle-plugin... I do specify a *** in order to import and export all packages but *nothing *is imported or exported...
*<plugin>* *<groupId>org.apache.felix</groupId>* *<artifactId>maven-bundle-plugin</artifactId>* *<version>2.3.7</version>* *<extensions>true</extensions>* *<configuration>* *<instructions>* *<Bundle-SymbolicName>osgi.org.springframework.batch</Bundle-SymbolicName>* *<Export-Package>*</Export-Package>* *<Import-Package>*</Import-Package>* *</instructions>* *<unpackBundle>true</unpackBundle>* *</configuration>* *</plugin>* Can anyone please help? Regards, Julien.

