diff --git a/jOOQ-examples/pom.xml b/jOOQ-examples/pom.xml new file mode 100644 index 0000000000..73b7b2c115 --- /dev/null +++ b/jOOQ-examples/pom.xml @@ -0,0 +1,78 @@ + + + + 4.0.0 + + + org.jooq + jooq-parent + 3.12.0-SNAPSHOT + + + org.jooq + jooq-examples + 3.12.0-SNAPSHOT + pom + + jOOQ Examples + + + jOOQ effectively combines complex SQL, typesafety, source code generation, active records, + stored procedures, advanced data types, and Java in a fluent, intuitive DSL. + + + http://www.jooq.org + + + + Apache License, Version 2.0 + http://www.jooq.org/inc/LICENSE.txt + repo + + + + + + + + + + + + https://github.com/jOOQ/jOOQ.git + https://github.com/jOOQ/jOOQ.git + git://github.com/jOOQ/jOOQ.git + + + + GitHub + http://github.com/jOOQ/jOOQ/issues + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + + org.apache.maven.plugins + maven-resources-plugin + 2.5 + + UTF-8 + + + + + + + jOOQ-kotlin-example + jOOQ-spring-example + jOOQ-spring-guice-example + jOOQ-jpa-example-entities + jOOQ-jpa-example + + diff --git a/pom.xml b/pom.xml index 9b9b877b78..9ecdb3299c 100644 --- a/pom.xml +++ b/pom.xml @@ -412,12 +412,6 @@ - - - - - -