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

These were steps I needed to do to get my publishing to work.

Sometimes, it can be problematic to determine if the Nexus credentials are set correctly (#118). To help with that we could display at the `INFO` level a (token-)username which is...

enhancement
good first issue

I have ```kt nexusPublishing { repositories { sonatype { nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/")) snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")) } } } ``` in my build script, if I'm trying to call publishToSonatype in github actions, authentication works...

Must I use Gradle's maven-publish plugin to leverage your plugin? That's my assumption based on the documentation and quick glance at the source code. Just double checking ;-) Also, did...

For example: ``` > Task :closeSonatypeStagingRepository FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':closeSonatypeStagingRepository'. > Failed to close staging repository, server at...

enhancement

Hi, not a bug (yet) just a question: I have a multi-build project with subprojects using unrelated groups. They should ideally be staged at the same time, using the same...

enhancement

Looking at the report by @jahirfiquitiva in #74, it seems that there is a problem with publishing Android projects. It would be good to have a minimal Android project to...

enhancement
help wanted

I am trying to use the plugin to deploy to maven central (now that jcenter is gone). I am getting the following error on build: ``` * Where: Build file...

Because the staging repo is dropped, and the artifacts don't show up in searches for several hours, it is very hard to know what actually got published. It'd be nice...

enhancement

Given the hassle with generating a PGP key pair and using it to sign the artifacts, it’d be nice if the plugin could do it. The private key could be...