4.0.0 org.jooq jooq-spark-example 1.0 jOOQ Spark Example Apache License, Version 2.0 http://www.jooq.org/inc/LICENSE.txt repo UTF-8 3.2.6.RELEASE 3.12.0-SNAPSHOT 1.4.199 org.jooq jooq ${org.jooq.version} com.h2database h2 ${org.h2.version} commons-dbcp commons-dbcp 1.4 com.sparkjava spark-core 2.8.0 org.apache.logging.log4j log4j-slf4j-impl 2.11.0 junit junit 4.12 jar test true src/main/resources **/*.xml **/*.properties org.apache.maven.plugins maven-compiler-plugin 3.8.0 true 1024m 256m UTF-8 11 11 11 true lines,vars,source -Xlint:varargs org.codehaus.mojo properties-maven-plugin 1.0.0 initialize read-project-properties src/main/resources/config.properties org.codehaus.mojo sql-maven-plugin 1.5 ${maven.test.skip} always create-database-postgres 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 false org.jooq.example.db.h2 target/generated-sources/jooq-h2 org.codehaus.mojo exec-maven-plugin 1.6.0 run-example install java org.jooq.example.spark.SparkCRUD