Oki, here's the part: <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <extensions>true</extensions> <configuration> <instructions> <Export-Package> //Package exports </Export-Package> <Import-Package> *;resolution:=optional </Import-Package> <Embed-Dependenc...