1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
From: Torsten Werner <twerner@debian.org>
Date: Tue, 15 Jun 2010 23:47:14 +0200
Subject: [PATCH] fix up jdbc4-testing
---
jdbc4-testing/pom.xml | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/project/jdbc4-testing/pom.xml b/project/jdbc4-testing/pom.xml
index 062c09c..5f94032 100644
--- a/project/hibernate-jdbc4-testing/pom.xml
+++ b/project/hibernate-jdbc4-testing/pom.xml
@@ -45,11 +45,14 @@
<source>1.6</source>
<target>1.6</target>
<compilerVersion>1.6</compilerVersion>
+<!-- not needed
<executable>${jdk16_home}/bin/javac</executable>
<fork>true</fork>
+-->
<verbose>true</verbose>
</configuration>
</plugin>
+<!-- not needed
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
@@ -57,6 +60,7 @@
<jvm>${jdk16_home}/bin/java</jvm>
</configuration>
</plugin>
+-->
</plugins>
</build>
--
|