Bukama commented on code in PR #543:
URL:
https://github.com/apache/maven-apache-parent/pull/543#discussion_r2431217649
##########
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:
Afaik the compiler plugin handles this itself, so you can always use
release, doesn't it?
--
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]