Issue ID:
Type
Feature
Title:
Add Do Not Download Index support for Maven connectors
Created:
9/17/2021 6:56:42 AM by Alana Tripp
Status:
Completed on 9/24/2021 1:59:45 PM
Last pulled:
9/24/2021 2:08:16 PM
Description:
This can use the ExactMatchOnly flag already on connectors. https://forums.inedo.com/topic/3305/proget-maven-connector-health-check-error Don't attempt to downloaf the .gz index file, and return a null on healthcheck. When returning a 404, suggest to change the setting. ``` DEBUG: 2021-08-27 04:36:35Z - Downloading repository index from https://maven.google.com/.index/nexus-maven-repository-index.gz DEBUG: 2021-08-27 04:36:35Z - Local index path is /var/proget/packages/.maven2/C8 ERROR: 2021-08-27 04:36:37Z - Unable to download repository index: The remote server returned an error: (404) Not Found. ```