From 29db6335e6f6dd01377465cb85c737e1bad21a20 Mon Sep 17 00:00:00 2001 From: Roel Spilker Date: Mon, 27 Aug 2018 22:51:02 +0200 Subject: Make ant install-maven also work without having to set MAVEN_HOME --- build.xml | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/build.xml b/build.xml index c2cf758b..92cbe182 100644 --- a/build.xml +++ b/build.xml @@ -34,10 +34,6 @@ the common tasks and can be called on to run the main aspects of all the sub-scr - - - - @@ -372,17 +368,16 @@ lombok.launch.AnnotationProcessorHider$ClaimingProcessor,isolating - - - - - + + + + - - - + + + @@ -392,7 +387,7 @@ lombok.launch.AnnotationProcessorHider$ClaimingProcessor,isolating ]]>${lombok.version}-SNAPSHOT ]]> - + @@ -401,6 +396,10 @@ lombok.launch.AnnotationProcessorHider$ClaimingProcessor,isolating + + + + -- cgit