From 4a8ffaea3bbc4fd705cc4369e8b66be4327179ea Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Mon, 18 Feb 2013 11:54:45 +0100 Subject: [PATCH] Release 3.0.0-RC1 - Added generated test classes to the test source paths in Maven --- jOOQ-scala/pom.xml | 6 +++--- pom.xml | 22 ++++++++++++++++++++++ 2 files changed, 25 insertions(+), 3 deletions(-) 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