ascheman commented on code in PR #11702:
URL: https://github.com/apache/maven/pull/11702#discussion_r2818048032
##########
impl/maven-core/src/main/java/org/apache/maven/project/SourceHandlingContext.java:
##########
@@ -236,13 +244,13 @@ void handleResourceConfiguration(ProjectScope scope) {
// Modular project without resources in <sources> - inject
module-aware defaults
if (hasExplicitLegacyResources(resources, scopeId)) {
String message = "Legacy " + legacyElement
- + " element is ignored because modular sources are
configured. "
+ + " element must not be used because modular
sources are configured. "
Review Comment:
Fixed in an earlier push.
--
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]