desruisseaux commented on PR #165: URL: https://github.com/apache/maven-parent/pull/165#issuecomment-2846541911
> Should we left old properties and allow to m-compiler-p to use proper one? > I think that we need preserve also source and target - it will be used for jdk8 Actually, if using version 4 of `maven-compiler-plugin`, the old `source` and `target` properties would need to be removed. The reason is because that plugin tries to be more straightforward regarding the mapping of configuration options to `javac` parameters (e.g. less of Maven's own opinion of what the default values should have been), and `javac` does not accept `source` or `target` to be specified in same time as `release`. -- 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