Uploaded image for project: 'Maven'
  1. Maven
  2. MNG-7117

Add support for blocking mirrors

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.6.3
    • 3.8.1, 4.0.0-alpha-2, 4.0.0
    • None
    • None

    Description

      If a mirror is marked "blocked" in settings.xml (with a new boolean field for that), any download request to this mirror will be blocked with an explanation on which repository was mirrored for this blocked mirror request

          <mirror>
            <id>mirrorId</id>
            <mirrorOf>repositoryId</mirrorOf>
            <name>Human Readable Name for this Mirror.</name>
            <url>http://my.repository.com/repo/path</url>
            <blocked>true</blocked>
          </mirror>

      see MRESOLVER-166

      Attachments

        Issue Links

          Activity

            People

              hboutemy Herve Boutemy
              hboutemy Herve Boutemy
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: