desruisseaux commented on code in PR #11639:
URL: https://github.com/apache/maven/pull/11639#discussion_r2807539874
##########
impl/maven-core/src/main/java/org/apache/maven/project/SourceHandlingContext.java:
##########
@@ -67,19 +65,30 @@ record SourceKey(Language language, ProjectScope scope,
String module, Path dire
private final ModelBuilderResult result;
private final Set<SourceKey> declaredSources;
- SourceHandlingContext(
- MavenProject project,
- Path baseDir,
- Set<String> modules,
- boolean modularProject,
- ModelBuilderResult result) {
+ SourceHandlingContext(MavenProject project, Path baseDir,
ModelBuilderResult result) {
+ super(project);
this.project = project;
this.baseDir = baseDir;
Review Comment:
Yes I noticed that. I will do a rebase and conflict resolution after #11702
is merged.
--
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]