-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
Currently the built-in forge plugin bundles all the dependencies of the plugin in a separate module. This is cool but because of this I run into a problem loading JDBC drivers while trying to fix the Hibernate Tools Forge plugin. This problem can be avoided when those dependencies are put as a <resource-root> in the <resources> section of the module.xml of the plugin. I'm not sure if there are any drawbacks of doing so though.