ascheman commented on code in PR #11702:
URL: https://github.com/apache/maven/pull/11702#discussion_r2818344845
##########
impl/maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuilder.java:
##########
@@ -693,27 +693,27 @@ private void initProject(MavenProject project,
ModelBuilderResult result) {
/*
* `sourceDirectory`, `testSourceDirectory` and
`scriptSourceDirectory`
- * are ignored if the POM file contains at least one enabled
<source> element
+ * are not used if the POM file contains at least one enabled
<source> element
* for the corresponding scope and language. This rule exists
because
* Maven provides default values for those elements which may
conflict
* with user's configuration.
*
* Additionally, for modular projects, legacy directories are
unconditionally
- * ignored because it is not clear how to dispatch their
content between
+ * rejected because it is not clear how to dispatch their
content between
Review Comment:
The comment block has been completely rewritten — the old "warning" wording
is gone. The code now raises an ERROR and the comment reflects that.
--
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]