On 2017-01-06 08:37, Irfan Sayed wrote:
Thanks. In the effective POM, i have following:<distributionManagement> <repository> <id>java.net-m2-repository</id> <url>http://maven.jenkins-ci.org/content/repositories/releases/</url> </repository> <snapshotRepository> <id>maven.jenkins-ci.org <http://maven.jenkins-ci.org></id> <url>http://maven.jenkins-ci.org:8081/content/repositories/snapshots</url> </snapshotRepository> <site> <id>github-pages</id> <url>gitsite:[email protected]/jenkinsci/maven-site.git:plugin-parent/sinatra-chef-builder <http://gitsite:[email protected]/jenkinsci/maven-site.git:plugin-parent/sinatra-chef-builder></url> </site> </distributionManagement> in snapshot repository, there is a port 8081 but in release repo it is not. please let me know
maven.jenkins-ci.org was discontinued, repo.jenkins-ci.org is the replacement. As long as the old hostname is coming up in effective pom, your pom is not configured correctly.
This is annoying as hell, no question about that, but the easiest way to go here is to update the plugin-pom.
-- oliver -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/354e531b-24ac-be3e-d77d-8ca1e11fad9a%40gmail.com. For more options, visit https://groups.google.com/d/optout.
