agaricusb / midas-silver

mIDas Gold - git clone of https://code.google.com/p/midas-gold/
GNU General Public License v3.0
6 stars 2 forks source link

Plugin change #1

Open Merlyn42 opened 11 years ago

Merlyn42 commented 11 years ago

Hi,

First of all this is just a question, I have no problem or issue. I am just wondering why you removed the plugin functionality, I thought it worked quite well? Is there something I could change that would have made it more suitable to your needs? Perhaps some documentation on how it works is needed?

agaricusb commented 11 years ago

Oh hey there =) Main reason was for build purposes; I converted the ant script to Maven, but didn't get around to converting the build system and repackaging for plugins (think I'd have to use subprojects?). Merging everything into one monolithic jar was just more expedient for my purposes.

Note however much of the plugin infrastructure is still there, in fact I added a couple new plugins. Just the on-disk plugin loader is replaced with command-line switches to enable/disable the built-in plugins.