ascheman commented on code in PR #11505:
URL: https://github.com/apache/maven/pull/11505#discussion_r2622646908
##########
impl/maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuilder.java:
##########
@@ -680,6 +682,13 @@ private void initProject(MavenProject project,
ModelBuilderResult result) {
} else {
hasTest |= ProjectScope.TEST.equals(scope);
}
+ } else if (Language.RESOURCES.equals(language)) {
+ ProjectScope scope = src.scope();
+ if (ProjectScope.MAIN.equals(scope)) {
Review Comment:
Resolved in 3b2af3a73061bc1af49ebaff31fde1e39d3ba8f7
--
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]