I've tried to update parent dependency to 2.x, but whole bunch of compilation problems arise. It is too much for me, I just wanted to release small fixes.
I've tried other ideas from commits linked to INFRA-588 <https://issues.jenkins-ci.org/browse/INFRA-588> , but nothing changes. URL does not change to https, error is the same. -- Andrey среда, 6 июля 2016 г., 21:16:57 UTC+3 пользователь Daniel Beck написал: > > Looks like https://issues.jenkins-ci.org/browse/INFRA-588 > > > On 06.07.2016, at 19:07, Andrey Pohilko <[email protected] <javascript:>> > wrote: > > > > Hi, > > > > I'm using the instruction from here: > https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins#HostingPlugins-Releasingtojenkinsci.org > > > > > I'm running "mvn release:prepare release:perform". And getting this: > > > > [INFO] [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-deploy-plugin:2.6:deploy (default-deploy) on > project performance: Failed to deploy artifacts: Could not transfer > artifact org.jenkins-ci.plugins:performance:hpi:1.14-20160706.165956-1 > from/to maven.jenkins-ci.org ( > http://maven.jenkins-ci.org:8081/content/repositories/snapshots): Failed > to transfer file: > http://repo.jenkins-ci.org/snapshots/org/jenkins-ci/plugins/performance/1.14-SNAPSHOT/performance-1.14-20160706.165956-1.hpi. > > Return code is: 401, ReasonPhrase: Unauthorized. -> [Help 1] > > > > I have ~/.m2/settings.xml file, tried to put put my plain password and > encrypted password into it, nothing helps. The file has section is like > this: > > > > <servers> > > <server> > > <id>maven.jenkins-ci.org</id> > > <username>undera</username> > > <password>***</password> > > </server> > > <server> > > <id>repo.jenkins-ci.org</id> > > <username>undera</username> > > <password>***</password> > > </server> > > </servers> > > > > I followed all troubleshooting for 401 error and had no luck. Can > anybody guide me? > > > > Thanks, > > Andrey > > > > -- > > 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] <javascript:>. > > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/f031ae60-e134-426e-bb2e-86de30cc8ce1%40googlegroups.com. > > > > 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/52582b17-0b8b-42a6-9fe7-5461f07829cd%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
