Haven't had issues running `mvn release:prepare release:perform` in the past (21 previous times to be precise),
but am getting the following message today when trying to push out a new release of a plugin I maintain:
[INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.6:deploy (default-deploy) on project openshift-pipeline: Failed to deploy artifacts: Could not transfer artifact com.openshift.jenkins:openshift-pipeline:hpi:1.0.22 from/to
maven.jenkins-ci.org (
http://maven.jenkins-ci.org:8081/content/repositories/releases): Connect to
maven.jenkins-ci.org:8081 [
maven.jenkins-ci.org/199.193.196.24] failed: Connection refused -> [Help 1]
I can ping 199.193.196.24 from the host I'm running mvn from.
Is there some known maintenance or issue with the maven server?
Apologies if an announcement was made and I missed it (I did try to look in the places I am aware of where an announcement might be).
If not known issue, any suggestions on what might be wrong?
thanks