Hi,
It has been a frustrating day trying to package multiple plugins and their property files into an executable jar.
How to I package these plugins into a single jar, leaving the properties files outside:
- pluginA with pluginA.properties
- pluginB with pluginB.properties
- pluginC that requires pluginA and pluginB
The property files are accessible from within their relevant plugin, e.g. pluginA.properties is accessible from pluginA.
However, the properties files are not accessible from pluginC.
Can someone please help?
Thanks :)