From 24ac2f3963920e5b1e77f725062b56b92167d02d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20D=C3=BCsterhus?= Date: Mon, 14 Dec 2020 11:44:04 +0100 Subject: [PATCH] Update chapter-2-set-up.asciidoc See official maven doc on this: https://maven.apache.org/plugins/maven-compiler-plugin/examples/pass-compiler-arguments.html Otherwise for example intellij doesn't recognize the compiler options on maven import --- .../src/main/asciidoc/chapter-2-set-up.asciidoc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/documentation/src/main/asciidoc/chapter-2-set-up.asciidoc b/documentation/src/main/asciidoc/chapter-2-set-up.asciidoc index fb954ac58..cb0067f2f 100644 --- a/documentation/src/main/asciidoc/chapter-2-set-up.asciidoc +++ b/documentation/src/main/asciidoc/chapter-2-set-up.asciidoc @@ -187,15 +187,15 @@ When invoking javac directly, these options are passed to the compiler in the fo true - + -Amapstruct.suppressGeneratorTimestamp=true - - + + -Amapstruct.suppressGeneratorVersionInfoComment=true - - + + -Amapstruct.verbose=true - +