I'm using maven-pax-plugin in my OSGI project. and I use pax-provision to run the project. In some bundles I use javafx packages. I want to add javafx packages to exported system packages but I don't find a way to do it. I found this link : specify additional java packages to be exported by System Bundle
But I don't see how to use it with pax-provision. Thanks in advance,