desruisseaux commented on code in PR #543:
URL: 
https://github.com/apache/maven-apache-parent/pull/543#discussion_r2444838983


##########
pom.xml:
##########
@@ -497,6 +494,17 @@ under the License.
       </build>
     </profile>
     <!-- END SNIPPET: release-profile -->
+    <profile>
+      <id>jdk8</id>
+      <activation>
+        <jdk>[,9)</jdk>
+      </activation>
+      <properties>
+        <maven.compiler.source>${maven.compiler.target}</maven.compiler.source>

Review Comment:
   @kwin : the documentation that you cite is specific to Maven Compiler Plugin 
3.x. It is not standard Java and does not apply anymore to Maven Compiler 
Plugin 4.x.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to