From b7b86aeb8653c574824cf08c92073ffc4d3aa396 Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Tue, 29 Oct 2013 09:12:17 -0700 Subject: [PATCH 1/1] Fixed sanitytest to always use the same java and JAVA_HOME as maven. Change-Id: I51d17678614d5df1ebd6d11394ebca6266749f01 Signed-off-by: Ed Warnicke --- opendaylight/distribution/opendaylight/pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/opendaylight/distribution/opendaylight/pom.xml b/opendaylight/distribution/opendaylight/pom.xml index 705bce7b89..4c36e5634c 100644 --- a/opendaylight/distribution/opendaylight/pom.xml +++ b/opendaylight/distribution/opendaylight/pom.xml @@ -1245,12 +1245,17 @@ - java + ${java.home}/bin/java -cp ./target/dependency/* org.opendaylight.controller.distribution.Sanity + + + ${java.home} + + -- 2.36.6