ascheman commented on code in PR #11702:
URL: https://github.com/apache/maven/pull/11702#discussion_r2818297460


##########
impl/maven-core/src/test/java/org/apache/maven/project/ProjectBuilderTest.java:
##########
@@ -478,23 +480,23 @@ void 
testModularSourcesWithExplicitResourcesIssuesWarning() throws Exception {
     }
 
     /**
-     * Tests that legacy sourceDirectory and testSourceDirectory are ignored 
in modular projects.
+     * Tests that legacy sourceDirectory and testSourceDirectory raise an 
error in modular projects.
      * <p>
-     * In modular projects, legacy directories are unconditionally ignored 
because it is not clear
-     * how to dispatch their content between different modules. A warning is 
emitted if these
-     * properties are explicitly set (differ from Super POM defaults).
+     * In modular projects, legacy directories must not occur because it is 
not clear

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]

Reply via email to