I want to use the Primefaces library as an osgi package in a JSF application. I created a WAB package with JSF pages. I also used promefaces.jar as an OSGI package. I saw in the primefaces.jar file that the MANIFEST file exports packages for visibility to other packages. The question is, how can I use perffaces tags in a WAB package? I'm sure I need to add the configuration to the POM.xml file, but I'm not sure how to do this.
I successfully tested to enable simplefaces.jar in WAB by putting the .jar file in the WEB-INF / lib directory, but I want to use Primefaces as an OSGI resource not as a jar resource in the WEB-INF / lib directory.
source
share