-
Feature Request
-
Resolution: Done
-
Major
-
1.0.0.Final
-
None
In order to support custom plugins, and bundling plugins from multiple sources, Forge should accept a system property:
-Dorg.jboss.forge.pluginDirs=~/.forge/plugins,/opt/forge/plugins,etc...
Allowing one or more plugin directories to be specified. If no directories are specified, then we can either default to ~/.forge, or disable the plugin mechanism entirely.
I would lean toward defaulting, because disabling plugins might be more work and not really beneficial.