Re: Forbidden publishing to staging

2016-12-07 Thread Chip Senkbeil
Yep, verified that the signatures are generated each jar, its sources jar, its pom, and its javadoc jar. All credentials are in place, gpg passphrase is being used correctly to sign the jars, and I'm still getting forbidden errors such as the following: (toree-sql-interpreter/*:publishSigned)

Re: Forbidden publishing to staging

2016-12-06 Thread Hitesh Shah
Are the jars being signed with your gpg key? For releases, unsigned jars are not allowed so that might be something to check too. -- Hitesh On Tue, Dec 6, 2016 at 7:01 PM, Chip Senkbeil wrote: > I've got my credentials configured, although we're using sbt instead of

Re: Forbidden publishing to staging

2016-12-06 Thread Luciano Resende
Looks like the staging profile is set for toree... have you configured to pass your credentials when trying to deploy ? In maven I just configure the settings.xml with credentials and it works... see some details on http://maven.apache.org/developers/committer-settings.html On Tue, Dec 6, 2016 at

Forbidden publishing to staging

2016-12-06 Thread Chip Senkbeil
Moved to dev. On Tue, Dec 6, 2016 at 12:23 PM Hitesh Shah wrote: > Lets move this conversation to dev@. > > thanks > -- Hitesh > > On Tue, Dec 6, 2016 at 8:52 AM, Chip Senkbeil > wrote: > > Both Gino and I have gotten forbidden errors when trying to