Hi Lukas, yes, this is my required.
But these two project have different package name. Now, I create 2 configuration having different <target>. And then write a shell script to execute twice generator for these 2 configurations. like this #!/bin/bash # Project1 java -cp jooq-2.6.0.jar:jooq-meta-2.6.0.jar:jooq-codegen-2.6.0.jar:postgresql-9.2-1002.jdbc4.jar:. org.jooq.util.GenerationTool /project1-jooq.xml; # Project2 java -cp jooq-2.6.0.jar:jooq-meta-2.6.0.jar:jooq-codegen-2.6.0.jar:postgresql-9.2-1002.jdbc4.jar:. org.jooq.util.GenerationTool /project2-jooq.xml; have a good day, thanks! -Pay
