From 86c45eff81df3f4c8e979270d658c29d92558454 Mon Sep 17 00:00:00 2001 From: Artur Konczak Date: Fri, 9 Nov 2018 11:46:25 +0000 Subject: [PATCH] DATAES-499 - Fix build - jar hell --- pom.xml | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 3c66987ce..6580190b6 100644 --- a/pom.xml +++ b/pom.xml @@ -177,13 +177,6 @@ - - org.projectlombok - lombok - ${lombok} - provided - - @@ -200,6 +193,20 @@ org.asciidoctor asciidoctor-maven-plugin + + + org.apache.maven.plugins + maven-surefire-plugin + + true + false + + **/*Tests.java + + +