kwin commented on code in PR #543:
URL:
https://github.com/apache/maven-apache-parent/pull/543#discussion_r2444733754
##########
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:
Not sure about m-javadoc-p though as that evaluates the same properties...
--
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]