generate
public void generate(org.mule.devkit.model.module.Module module)
throws GenerationException
When generating the packaging for Studio, when using multi-module projects (connection management + oauth so far)
are implemented by inheritance. This forces devkit to sort the modules to take always the first module as connection
management, while the others will be "discarded". More information in DEVKIT-548.
Once devkit supports connection strategies, this complete artifact (mule-devkit-plugin-studio) must be refactored.
- Specified by:
generate in class AbstractMuleStudioNamespaceGenerator
- Throws:
GenerationException