From 0dfd443a802627965c37b6f9a01941f04ce0ae52 Mon Sep 17 00:00:00 2001 From: Jamie Doornbos Date: Mon, 17 Nov 2014 09:54:50 -0800 Subject: [PATCH] Revert "Temporary maven exec to debug java.home on jenkins." Oops, that was supposed to go into my fork. So much for keeping the historty on the main project clean. This reverts commit e628f64e9aef3566f2f08e6a981ffb3b5ed4af7c. --- pom.xml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/pom.xml b/pom.xml index aaf943b..9d9ea80 100644 --- a/pom.xml +++ b/pom.xml @@ -99,26 +99,6 @@ - - org.codehaus.mojo - exec-maven-plugin - 1.3.2 - - - test - - exec - - initialize - - echo - - ${java.home} - - - - - org.apache.maven.plugins maven-compiler-plugin