[#2140] No table java mapping generated using maven plugin - missing

inputSchema in postgres
This commit is contained in:
Lukas Eder 2013-02-13 10:19:10 +01:00
parent 8f8f88f665
commit 7e44bed7ef

View File

@ -1727,7 +1727,7 @@ public void bind(BindContext context) throws DataAccessException;</java>
<!-- Specify the maven code generator plugin -->
<groupId>org.jooq</groupId>
<artifactId>jooq-codegen-maven</artifactId>
<version>1.6.7</version>
<version>2.4.2</version>
<!-- The plugin should hook into the generate goal -->
<executions>