desruisseaux commented on code in PR #982:
URL:
https://github.com/apache/maven-compiler-plugin/pull/982#discussion_r2420061144
##########
src/it/multirelease-patterns/multimodule/pom.xml:
##########
@@ -38,11 +38,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>@project.version@</version>
- <configuration>
- <!-- TODO: remove source and target after we identified where
Maven inherits those values. -->
- <source />
- <target />
- </configuration>
+ <configuration />
Review Comment:
Should we remove the configuration block completely?
--
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]