4.0.0 org.jooq jooq-spring-example ${org.jooq.version} jOOQ Spring Example Apache License, Version 2.0 http://www.jooq.org/inc/LICENSE.txt repo UTF-8 4.2.4.RELEASE 3.10.0-SNAPSHOT 1.4.193 1.8 org.jooq jooq ${org.jooq.version} commons-dbcp commons-dbcp 1.4 com.h2database h2 ${org.h2.version} log4j log4j 1.2.16 org.slf4j slf4j-log4j12 1.7.5 org.springframework spring-context ${org.springframework.version} org.springframework spring-jdbc ${org.springframework.version} junit junit 4.11 jar test org.springframework spring-test ${org.springframework.version} test true src/main/resources **/*.xml org.apache.maven.plugins maven-compiler-plugin 3.3 true 1024m 256m UTF-8 1.8 1.8 true lines,vars,source -Xlint:varargs org.codehaus.mojo properties-maven-plugin 1.0-alpha-2 initialize read-project-properties src/main/resources/config.properties org.codehaus.mojo sql-maven-plugin 1.5 ${maven.test.skip} always create-database-h2 generate-sources execute ${db.driver} ${db.url} ${db.username} ${db.password} true src/main/resources/db-h2.sql com.h2database h2 ${org.h2.version} org.jooq jooq-codegen-maven ${org.jooq.version} generate-h2 generate-sources generate ${db.driver} ${db.url} ${db.username} ${db.password} PUBLIC true true true true org.jooq.example.db.h2 target/generated-sources/jooq-h2