From e0ab44930f6082fd33d0ef51e3061bccc17403cc Mon Sep 17 00:00:00 2001 From: zhiqiang feng Date: Fri, 23 Feb 2024 09:40:04 +0000 Subject: [PATCH] Add verbose and fork options to maven-compiler-plugin configuration --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index e653af3b..4132ee05 100644 --- a/pom.xml +++ b/pom.xml @@ -214,7 +214,10 @@ org.apache.maven.plugins maven-compiler-plugin 3.12.1 + + true + true 1.8 1.8 @@ -224,6 +227,9 @@ ${org.mapstruct.version} + + -Xlint:all,-options,-path +