sbt-sonatype icon indicating copy to clipboard operation
sbt-sonatype copied to clipboard

A sbt plugin for publishing Scala/Java projects to the Maven central.

Results 20 sbt-sonatype issues
Sort by recently updated
recently updated
newest added

Updates * [org.wvlet.airframe:airframe-http](https://github.com/wvlet/airframe) * [org.wvlet.airframe:airspec](https://github.com/wvlet/airframe) from 22.5.0 to 22.7.3. [GitHub Release Notes](https://github.com/wvlet/airframe/releases/tag/v22.7.3) - [Version Diff](https://github.com/wvlet/airframe/compare/v22.5.0...v22.7.3) I'll automatically update this PR to resolve conflicts as long as you don't change it...

**Describe the bug** sonatypeDrop may fail occasionally even if the operation has succeeded: ``` {"errors":[{"id":"*","msg":"No activity for repository: orgwvlet-1434"}]} ``` **How to reproduce the issue** - sbt version: 1.6 -...

**Describe the bug** bundleUpload fails when sonatype API is returning 502 Example GH action log: https://github.com/wvlet/airframe/runs/6703656439?check_suite_focus=true ``` 2022-06-02 07:01:32.078Z info [SonatypeClient] Uploading bundle /home/runner/work/airframe/airframe/sbt-airframe/target/sonatype-staging/22.6.1 to https://oss.sonatype.org/service/local/staging/deployByRepositoryId/orgwvlet-1415/ - (SonatypeClient.scala:297) 2022-06-02 07:01:35.056Z...

**Describe the bug** After I get the message "The promote stage is in progress", it starts showing: `Execution failed: [404: Not Found] Request failed: {"errors":[{"id":"*","msg":"No activity for repository: comoutr-1003"}]}. Retrying...

**Describe the bug** Cannot do sonatype commands due to "profile not found" - I wish the error message were more clear. **How to reproduce the issue** I am not able...

support

This is the prefered way as per https://issues.sonatype.org/browse/OSSRH-60402?focusedCommentId=964966&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-964966

No W/A at the monent. To proceed with the bug fix release I just [removed "3.0.0-RC3" version of Scala from the crossbuild](https://github.com/plokhotnyuk/jsoniter-scala/commit/1b8a5ee0e0f7bb30d6699375537753340c935625). Here is a related part of logs before...

If any of the sync requirements are not met (such as `developers` is empty) then it would be nice to know this as early as possible, such as when loading...

enhancement

When trying to publish a bundle with `sonatypeBundleRelease` I'm seeing the following timeout exception: ```bash 2021-03-28 12:06:45.282+0200 info [SonatypeClient] Uploading bundle /Users/lkroll/Programming/EclipsePhase/EPCompendium/target/sonatype-staging/6.1.0 to https://s01.oss.sonatype.org/service/local/staging/deployByRepositoryId/comlkroll-1012/ - (SonatypeClient.scala:288) 2021-03-28 12:07:12.690+0200 error [Sonatype]...

Started a discussion at: https://discuss.lightbend.com/t/idea-add-publishstaging-task-to-sbt-for-creating-bundles-for-sonatype-upload/5020 Related: - https://github.com/sbt/sbt/issues/4958