Hi!
The build-monitor plugin used to publish the HPI file to
repo.jenkins-ci.org with group: org.jenkinsci-plugins and artifactId: build-monitor-plugin.
The pom it published referenced a parent-pom with group: org.jenkinsci-plugins and artifactId: build-monitor.
The parent-pom was never published. This caused problems for anyone resolving the artifact using maven or gradle.
We're now getting a 403 trying to publish the parent-pom.
What would be the correct way to resolve it?
1. Should the parent have a different coordinate?
2. Can the credential used by that plugin be given permission to publish the parent-pom?
Thanks!
Rahul