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!

Reply via email to