Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a skip.signing parameter for local publishing #306

Merged
merged 2 commits into from
Oct 22, 2024

Conversation

ahmedre
Copy link
Contributor

@ahmedre ahmedre commented Oct 22, 2024

Today, due to the signing requirement, one can no longer publish to Maven local for testing without having credentials. This patch adds an optional flag for disabling signing for cases when someone wants to publish locally for testing.

Today, due to the signing requirement, one can no longer publish to
Maven local for testing without having credentials. This patch adds an
optional flag for disabling signing for cases when someone wants to
publish locally for testing.
@@ -68,7 +68,9 @@ dependencies {

mavenPublishing {
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry to add more repetition here - at some point we should move this to a convention plugin and just apply it once so everyone gets it automatically.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, makes sense... Maven local publishing has always been weird :/

@@ -68,7 +68,9 @@ dependencies {

mavenPublishing {
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, makes sense... Maven local publishing has always been weird :/

@ianthetechie ianthetechie merged commit 127b9b2 into stadiamaps:main Oct 22, 2024
14 checks passed
@ahmedre ahmedre deleted the publish_without_signing branch October 22, 2024 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants