From f05e97d3af542f6aafd49cc198c9ab846108fbf6 Mon Sep 17 00:00:00 2001 From: Christian Bandowski Date: Sat, 16 Mar 2019 13:10:50 +0100 Subject: [PATCH] Use processor as provided dep, disable tests on jdk >= 12 --- mapstruct-quarkus/pom.xml | 50 +++++++++++++++++++++++++++------------ 1 file changed, 35 insertions(+), 15 deletions(-) diff --git a/mapstruct-quarkus/pom.xml b/mapstruct-quarkus/pom.xml index 394eb90..31ad6de 100644 --- a/mapstruct-quarkus/pom.xml +++ b/mapstruct-quarkus/pom.xml @@ -69,31 +69,24 @@ rest-assured test + + + org.mapstruct + mapstruct-processor + ${org.mapstruct.version} + provided + - - maven-compiler-plugin - 3.8.0 - - 1.8 - 1.8 - - - org.mapstruct - mapstruct-processor - ${org.mapstruct.version} - - - - io.quarkus quarkus-maven-plugin ${quarkus.version} + quarkus-build build @@ -157,5 +150,32 @@ + + + + + java12+ + + [12,) + + + true + + + + + io.quarkus + quarkus-maven-plugin + ${quarkus.version} + + + quarkus-build + none + + + + + +