417418419420421422423424425426427
{ logger.info("Skipping generation of plugins ...."); } // plugin controllers - always need these to map plugins in the GUI generators.add(new PluginControllerGen()); // SOAP if (options.generate_soap) { generators.add(new SoapApiGen());