Hi Everyone, I've finally managed to get back to some maven dev work! :)
In looking through the pom's I can see that some of the links for Jira and Jenkins are broken. Have the jenkins servers and jobs finally established a final URL? For example, the maven-release plugin: current git value: <ciManagement> <system>Jenkins</system> <url>https://builds.apache.org/job/maven-release/</url> </ciManagement> current jenkins value (proposed change): <ciManagement> <system>Jenkins</system> <url>https://builds.apache.org/job/maven-box/job/maven-release/</url> </ciManagement> Some of the other plugins also use a view as well. I'm happy to go through them all and update to what is necessary, but I need to know if the current URL's are going to remain stable. -Chris