Hi Lukas, This page seems to suggest that you can configure multiple "executions" for one plugin:
http://maven.apache.org/guides/mini/guide-configuring-plugins.html#Configuring_Build_Plugins - Sander On Nov 18, 11:06 am, Lukas Eder <[email protected]> wrote: > Hello community, > > Is anyone aware of any means how to run the jOOQ code generator twice > with Maven? It appears that when I configure the same plugin twice, > the second configuration will override the first one and the first one > won't be executed. That's a shame, as some users might want use jOOQ > with several databases / instances / schemata / users, etc. > > Maybe, I'm missing something? Otherwise, I'll modify the plugin to > optionally accept a list of code generation configurations... This > example shows how I'm trying to set up the plugin > twice:https://github.com/lukaseder/jOOQ/blob/master/jOOQ-codegen-maven-exam... > > Cheers > Lukas
