You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@predictionio.apache.org by Chip Senkbeil <ch...@gmail.com> on 2016/12/07 19:50:40 UTC

Help for another Apache incubator project

Hi everyone,

I'm one of the PMCs for Apache Toree, another Apache incubator project.
Like predictionio, we're also using sbt to build and deploy our artifacts.
We're currently trying to publish signed jars to staging for our first
release (via sbt publishSigned), but we're getting a forbidden error when
trying to do so. We had no issue publishing signed jars to Apache's
snapshot repo.

We're using the following as the publishTo for staging:
https://repository.apache.org/content/repositories/staging/

Did you do anything specific for predictionio to publish signed jars to
Apache's staging repository via sbt and the sbt-sonatype plugin? We've set
our credentials via a sonatype.sbt global plugin file (and also tried via
~/.ivy2/.credentials). The credentials are definitely picked up and I can
see all of the artifacts including the signatures.

Did you have to get infrastructure to enable staging for you? Is there
anything you had to do the first time you published to staging? Our mentors
are advocating Maven or other build tools, but we're heavily invested in
sbt at this point.

Thanks for all the help!

Re: Help for another Apache incubator project

Posted by Chip Senkbeil <ch...@gmail.com>.
Got it resolved through infrastructure. Thanks!

On Wed, Jan 11, 2017, 4:35 PM Donald Szeto <do...@apache.org> wrote:

> Hey Chip,
>
> Have you been able to publish staging artifacts? If not I will spend some
> time looking into it.
>
> Regards,
> Donald
>
> On Wed, Dec 7, 2016 at 11:50 AM, Chip Senkbeil <ch...@gmail.com>
> wrote:
>
> Hi everyone,
>
> I'm one of the PMCs for Apache Toree, another Apache incubator project.
> Like predictionio, we're also using sbt to build and deploy our artifacts.
> We're currently trying to publish signed jars to staging for our first
> release (via sbt publishSigned), but we're getting a forbidden error when
> trying to do so. We had no issue publishing signed jars to Apache's
> snapshot repo.
>
> We're using the following as the publishTo for staging:
> https://repository.apache.org/content/repositories/staging/
>
> Did you do anything specific for predictionio to publish signed jars to
> Apache's staging repository via sbt and the sbt-sonatype plugin? We've set
> our credentials via a sonatype.sbt global plugin file (and also tried via
> ~/.ivy2/.credentials). The credentials are definitely picked up and I can
> see all of the artifacts including the signatures.
>
> Did you have to get infrastructure to enable staging for you? Is there
> anything you had to do the first time you published to staging? Our mentors
> are advocating Maven or other build tools, but we're heavily invested in
> sbt at this point.
>
> Thanks for all the help!
>
>
>

Re: Help for another Apache incubator project

Posted by Donald Szeto <do...@apache.org>.
Hey Chip,

Have you been able to publish staging artifacts? If not I will spend some
time looking into it.

Regards,
Donald

On Wed, Dec 7, 2016 at 11:50 AM, Chip Senkbeil <ch...@gmail.com>
wrote:

> Hi everyone,
>
> I'm one of the PMCs for Apache Toree, another Apache incubator project.
> Like predictionio, we're also using sbt to build and deploy our artifacts.
> We're currently trying to publish signed jars to staging for our first
> release (via sbt publishSigned), but we're getting a forbidden error when
> trying to do so. We had no issue publishing signed jars to Apache's
> snapshot repo.
>
> We're using the following as the publishTo for staging:
> https://repository.apache.org/content/repositories/staging/
>
> Did you do anything specific for predictionio to publish signed jars to
> Apache's staging repository via sbt and the sbt-sonatype plugin? We've set
> our credentials via a sonatype.sbt global plugin file (and also tried via
> ~/.ivy2/.credentials). The credentials are definitely picked up and I can
> see all of the artifacts including the signatures.
>
> Did you have to get infrastructure to enable staging for you? Is there
> anything you had to do the first time you published to staging? Our mentors
> are advocating Maven or other build tools, but we're heavily invested in
> sbt at this point.
>
> Thanks for all the help!
>