Share common plugin library among custom plugins

We have several custom plug-ins that use the same common library. Currently the common library is jar'd up inside each custom plug-in. We would like to seperate this out so that there is only one Common library plugin.
With Common library plug-in succesfully installed, and trying to install plugin X that requires Common, get the following error:
2014-08-06 21:03:59,418 [Plugin Hot Deploy] ERROR com.atlassian.plugin.manager.DefaultPluginManager - There was an error loading the descriptor X' of plugin 'xxx.xxx.xxx'. Disabling.
com.atlassian.plugin.PluginParseException: Error retrieving dependency of class: xxx.xxx.xxx. Missing class: yyy.yyy.yyy
I have tried using the osgi bundle manifest.mf headers: Import-Package and Export-Package, but no luck.
Is there something else that can be added somewhere like appian-plugin.xml that notes required dependencies?...

OriginalPostID-118539

OriginalPostID-118539

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data