Upgrade to the 2.x version of the parent pom + remove the distributionManagement tag from your pom.
https://github.com/jenkinsci/plugin-pom (Note : unrelated to upgrading to 2.x core baseline) Cheers Le 6 janv. 2017 8:37 AM, "Irfan Sayed" <[email protected]> a écrit : > 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</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</url> > </site> > </distributionManagement> > > in snapshot repository, there is a port 8081 > but in release repo it is not. > please let me know > > regards, > > > > On Thu, Jan 5, 2017 at 6:46 AM, Daniel Beck <[email protected]> wrote: > >> >> > On 05.01.2017, at 15:15, Irfan Sayed <[email protected]> wrote: >> > >> > still the same error >> >> Unsurprising given that this still referenced the host name that has been >> shut down. >> >> -- >> 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/ms >> gid/jenkinsci-dev/6EF8E60C-351D-43F5-B873-B201E5F32FC9%40beckweb.net. >> For more options, visit https://groups.google.com/d/optout. >> > > -- > 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/CACGLCJaqJQjO-8ctOya5-U5kMALULRqY2fiadqiRg5FrB07tqA% > 40mail.gmail.com > <https://groups.google.com/d/msgid/jenkinsci-dev/CACGLCJaqJQjO-8ctOya5-U5kMALULRqY2fiadqiRg5FrB07tqA%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CANWgJS4j3NBqH2L5HSJXidT4tmfWnqzyfC2RK7yEwBmRaemriw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
