Is it possible to add project dependencies to a plugin classpath?
Here's the usecase project layout.
project/
api-module/
impl-module/
build-module/
The same plugin is used in both api-module and impl-module and needs
access to the same config files.
The build-module contains the common config files and delivers a
self-contained JAR.
The api-module and impl-module each depend on build-module.
Is there some way to get build-module onto the classpath for the
plugin, so that ClassLoader.getResource("...") will see into the
contents of the build-module JAR during plugin execution?
Perhaps <plugin><dependency/> ?
Kind Regards,
John Fallows.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]