filipelautert commented on PR #1038: URL: https://github.com/apache/maven/pull/1038#issuecomment-1458567573
Liquibase build started failing when we switcthed to Maven 3.9.0 , it's a similar issue using the aggregate-jar javadoc goal. Here is a failed build link: https://github.com/liquibase/liquibase/actions/runs/4196586092/jobs/7277765171 . The error occurs in a build were we exclude a submodule (-pl '!liquibase-dist'), and by debugging maven we can see that aggregator was still requesting it causing the null pointer. I also created the following minimal sample project to simulate this error: https://github.com/filipelautert/test-maven-pl-failure . Anyway, by using Maven with this patch applied it builds again. Thanks for 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org