Re: [Release][Help] refused by the server: Unauthorized

2019-06-21 Thread Zhang Yifei
Hello guys, Just to update, i found the solution. I'll finalize this issue later and open a PR for explanation, deployment using SBT is really confusing xD Yifei Em qua, 19 de jun de 2019 às 14:13, Luciano Resende escreveu: > On Wed, Jun 19, 2019 at 10:11 AM Wei Chen wrote: > > > > I am able

Re: [Release][Help] refused by the server: Unauthorized

2019-06-19 Thread Luciano Resende
On Wed, Jun 19, 2019 at 10:11 AM Wei Chen wrote: > > I am able to login to it btw. > Then you need to configure your credentials somehow, see my previous post. -- Luciano Resende http://twitter.com/lresende1975 http://lresende.blogspot.com/

Re: [Release][Help] refused by the server: Unauthorized

2019-06-19 Thread Wei Chen
I am able to login to it btw. On Wed, Jun 19, 2019 at 12:08 PM Luciano Resende wrote: > Can you actually login to repository.apache.org? All committers should > have access to that... > > On Tue, Jun 18, 2019 at 5:02 PM Zhang Yifei > wrote: > > > > Hello Wei, > > > > Just tried with full

Re: [Release][Help] refused by the server: Unauthorized

2019-06-19 Thread Luciano Resende
Also, for maven releases, I have to configure my .m2/settings.xml and add a configuration/credentials for the repos... apache.snapshots.https user ... apache.releases.https user

Re: [Release][Help] refused by the server: Unauthorized

2019-06-19 Thread Luciano Resende
Can you actually login to repository.apache.org? All committers should have access to that... On Tue, Jun 18, 2019 at 5:02 PM Zhang Yifei wrote: > > Hello Wei, > > Just tried with full Apache Email, same error. > I didn`t get your error, it seems like some kind of dependency error. > Apache repo

Re: [Release][Help] refused by the server: Unauthorized

2019-06-18 Thread Zhang Yifei
Hello Wei, Just tried with full Apache Email, same error. I didn`t get your error, it seems like some kind of dependency error. Apache repo requires GPG signature, i had to create a new GPG key and publish it in public key pool. When i use "publishSigned" command in sbt shell, sbt will sign all

Re: [Release][Help] refused by the server: Unauthorized

2019-06-17 Thread Wei Chen
Hello Yifei, I tried adding these line directly: credentials += Credentials("Apache Nexus Repository Manager", " repository.apache.org", "wei.c...@apache.org", "**") publishTo := { val nexus = "https://repository.apache.org/; if (isSnapshot.value) Some("snapshots" at nexus +

[Release][Help] refused by the server: Unauthorized

2019-06-17 Thread Zhang Yifei
Hello guys, i need a hand here about publishing Engine-Executor to Apache MARVIN-45 /MARVIN-56 . Error log: - [error] Unable to find credentials for [Sonatype Nexus Repository Manager @