publish-plugin icon indicating copy to clipboard operation
publish-plugin copied to clipboard

Gradle plugin for publishing to Nexus repositories

Results 90 publish-plugin issues
Sort by recently updated
recently updated
newest added

I just changed my project from a single module to a multiple module project. It is a requirement that the Gradle Plugin is applied on the root project. But, seemingly...

I've integrated the `NexusClient` from this Gradle plugin within a stupid simple [CLI](https://github.com/player-ui/rules_player/blob/main/distribution/NexusStagingCli.kt#L19) to be used as part of a [Bazel](https://bazel.build/) release pipeline in order to provide better staging repo...

enhancement

When I tried to release last time the release build failed with this exception: ``` Execution failed for task ':releaseSonatypeStagingRepository'. See https://docs.gradle.org/7.3.3/userguide/command_line_interface.html#sec:command_line_warnings > Staging repository is not in desired state...

more info needed

Hi, Is it possible to disable Nexus PRO staging profiles feature somehow? Plugin fails when attempt to publish release version with following error: Failed to load staging profiles, server at...

The task would be helpful when "publish staged repository" is implemented as a separate step. See #19

### Proposal by @vlsi placed originally [here](https://github.com/gradle-nexus/publish-plugin/issues/4#issuecomment-553595035), extracted to a separate (this) issue. I propose the following workflow: ## Stage release artifacts 1) As release manager starts the release, they...

enhancement

Possible fix for #143 Looked at creating a test, but was not sure how to create a test for multi-project build.

From the documentation: > configure a Maven artifact repository for each repository defined in the nexusPublishing { repositories { ... } } block in each subproject that applies the maven-publish...

enhancement

I developed a library using [Kotlin Multiplatform](https://kotlinlang.org/docs/mpp-publish-lib.html) and I wanted to use this plugin to publish it to Sonatype OSSR. This plugin is recommended in most of the guides I...

I've been following a guide I found [here](https://getstream.io/blog/publishing-libraries-to-mavencentral-2021/) on how to use this plugin (have tried 1.0.0 and 1.1.0) and can upload to staging successfully to mavenCentral however `closeAndReleaseSonatypeStagingRepository` never...