4.0.0
org.jooq
jooq-examples
3.13.0-SNAPSHOT
jooq-javaee-example
war
jOOQ JavaEE Example
Apache License, Version 2.0
http://www.jooq.org/inc/LICENSE.txt
repo
UTF-8
1.4.199
1.8
1.0.2.Final
8.0.0.Final
10990
admin
admin
3.7.0
2.10
2.1.1
org.wildfly.bom
jboss-javaee-7.0-with-tools
${version.jboss.bom}
pom
import
org.jooq
jooq
${project.version}
com.h2database
h2
${org.h2.version}
javax.enterprise
cdi-api
provided
org.jboss.spec.javax.annotation
jboss-annotations-api_1.2_spec
provided
org.jboss.spec.javax.faces
jboss-jsf-api_2.2_spec
provided
org.jboss.spec.javax.ejb
jboss-ejb-api_3.2_spec
provided
org.apache.logging.log4j
log4j-slf4j-impl
2.11.0
junit
junit
jar
test
${project.artifactId}
maven-war-plugin
${version.war.plugin}
false
maven-compiler-plugin
${version.compiler.plugin}
1.8
1.8
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-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
${project.version}
generate-h2
generate-sources
generate
${db.driver}
${db.url}
${db.username}
${db.password}
.*
PUBLIC
org.jooq.example.db.h2
target/generated-sources/jooq-h2