Wiki page: https://wiki.jenkins-ci.org/display/JENKINS/Negotiate+SSO+for+Windows
My plugin page has broken links in the auto-generated "Jenkins-plugin-info:pluginId=..." block, because of discrepancies between the name of the repository/issue tracker and the artifactId set in the pom.xml file - the artifactId was set to "NegotiateSSO" before the forked repo was created, but the repo and issue tracker were set up for "negotiate-sso-plugin". I want to resolve the issue, but wanted advice on how to get it done. Options I know of:
- Try out maven's "relocation" capabilities to see if everything will link up for updates, etc.; the artifactId would be changed from "NegotiateSSO" to "Negotiate-SSO". (I can probably take care of most of this myself, but will probably need help understanding all that I need to do to make it work properly)
- Have repository, issue tracker, build job, etc. renamed to "negotiatesso-plugin". (Intervention by admins likely needed for some parts)
- Rename it, change the wiki page, and hope people find the update.
Any ideas to help resolve this?