Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MNG-8069] add failing projects if a project is banned from reactor #1435

Open
wants to merge 1 commit into
base: maven-3.9.x
Choose a base branch
from

Commits on Mar 6, 2024

  1. MNG-8069 - add failing projects if a project is banned from reactor

    Currently if a multimodule build fails (either fast or at the end), the
    user gets a message in the log that reads:
    
    "This project has been banned from the build due to previous failures."
    
    this is correct but does not give a hint what has failed and one needs
    to investigate the build logs to get more details.
    
    This now instead shows as part of the message the actual project that
    make it impossible to build this  one and is the reason for this project
    being banned.
    Christoph Läubrich committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    45a502a View commit details
    Browse the repository at this point in the history