hboutemy commented on code in PR #28: URL: https://github.com/apache/maven-archetypes/pull/28#discussion_r1452971420
########## maven-archetype-quickstart/src/main/resources-filtered/archetype-resources/pom.xml: ########## @@ -6,6 +6,7 @@ #else <maven.compiler.source>${javaCompilerVersionLocal}</maven.compiler.source> <maven.compiler.target>${javaCompilerVersionLocal}</maven.compiler.target> + <!--maven.compiler.target>11</maven.compiler.target--> Review Comment: this comment is best placed here because it is activated only when javaCompilerVersionLocal <= 8, based on effective value at runtime -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org