diff --git a/jOOQ-scala/pom.xml b/jOOQ-scala/pom.xml index 792107aba4..6bcceb0175 100644 --- a/jOOQ-scala/pom.xml +++ b/jOOQ-scala/pom.xml @@ -63,7 +63,7 @@ - + org.jooq @@ -113,7 +113,7 @@ - + org.scala-tools @@ -128,7 +128,7 @@ - + org.apache.maven.plugins diff --git a/pom.xml b/pom.xml index 6daed9745f..9714cbb0dd 100644 --- a/pom.xml +++ b/pom.xml @@ -215,6 +215,28 @@ true + + + + org.codehaus.mojo + build-helper-maven-plugin + 1.7 + + + add-test-sources + generate-test-sources + + add-test-source + + + + ${project.build.directory}/generated-test-sources/jooq-h2 + + + + + org.apache.maven.plugins