-
Notifications
You must be signed in to change notification settings - Fork 368
Description
I opened a pull request (#888 #890) that only changed the README. The Travis automatic build failed with the error:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on project Vault: Failed to deploy artifacts: Could not transfer artifact net.milkbowl.vault:Vault:jar:1.7.3 from/to pub-repo (http://nexus.hc.to/content/repositories/pub_releases/): Transfer failed for https://nexus.hc.to/content/repositories/pub_releases/net/milkbowl/vault/Vault/1.7.3/Vault-1.7.3.jar 401 Unauthorized -> [Help 1]
This (obviously) builds fine on my computer. I have no idea what could have caused this. Considering that the last commit to this repository was in August 2021, maybe something needs to be updated? It looks like all of the other pull request builds are failing too.
EDIT: #888 no longer only changes the README, but it did at the time of this error
EDIT 2: #890 is a good example of this issue