From 26dce3ac64ce332aa64e8108e4644aa7535db3f1 Mon Sep 17 00:00:00 2001 From: Hardy Ferentschik Date: Fri, 16 Oct 2009 12:10:32 +0000 Subject: [PATCH] moved the jdk6 based modules into a profile to be able to skip them. Also removed the /bin part of the javac command git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17774 1b8cb986-b30d-0410-93ca-fae66ebed9b2 --- cache-infinispan/pom.xml | 8 ++++++-- jdbc4-testing/pom.xml | 2 +- pom.xml | 19 +++++++++++++++---- 3 files changed, 22 insertions(+), 7 deletions(-) diff --git a/cache-infinispan/pom.xml b/cache-infinispan/pom.xml index 1acb800478..9f00086f4e 100644 --- a/cache-infinispan/pom.xml +++ b/cache-infinispan/pom.xml @@ -84,8 +84,12 @@ org.apache.maven.plugins maven-compiler-plugin - 1.5 - 1.5 + 1.6 + 1.6 + true + true + ${jdbc4_jdk}/javac + 1.6 diff --git a/jdbc4-testing/pom.xml b/jdbc4-testing/pom.xml index 8daa7e6655..c275ffc0c4 100644 --- a/jdbc4-testing/pom.xml +++ b/jdbc4-testing/pom.xml @@ -50,7 +50,7 @@ 1.6 true true - ${jdbc4_jdk}/bin/javac + ${jdbc4_jdk}/javac 1.6 diff --git a/pom.xml b/pom.xml index 2d6b5cfe5c..0494898aa2 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,6 @@ core cache-ehcache cache-jbosscache - cache-infinispan cache-oscache cache-swarmcache connection-c3p0 @@ -33,7 +32,6 @@ testing testsuite jdbc3-testing - jdbc4-testing tutorials