Preparing for Confluence 9.0 - EAP out now

Hi @aovsyannikov ,
It seems you are exporting everything in your pom.xml ( Export-Package= *)
If you limit the export-package to what you want to export, you should be able to enable your plugin.
For ex :
<Export-Package>com.stiltsoft.confluence.test.app</Export-Package>

Please refer to this guide.

1 Like