You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "filipelautert (via GitHub)" <gi...@apache.org> on 2023/03/07 17:35:31 UTC

[GitHub] [maven] filipelautert commented on pull request #1038: [3.9.x] [MNG-7720] Wrong build order of forked projects

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-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org