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-example/pom.xml
Cheers
Lukas