-
Notifications
You must be signed in to change notification settings - Fork 3
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
Trying to use nexus-staging-maven-plugin #1
Conversation
@@ -59,12 +59,12 @@ | |||
<ciManagement /> | |||
<distributionManagement> | |||
<snapshotRepository> | |||
<id>cloudbees-nexus-snapshots</id> | |||
<id>sonatype-nexus-snapshots</id> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Switching to the repository ID I was already using elsewhere, to avoid the need to duplicate credentials section in my ~/.m2/settings.xml
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👎
Projects using cloudbees-oss-parent to deploy should be deploying using the cloudbees username/password as that is the only one approved to deploy into com.cloudbees
and related group ids.
Thus you should be using the shared username/password. Contact me if you don't have it
Comments from the review on Reviewable.io 👍 |
Comments from the review on Reviewable.io Reviewed files:
|
Trying to use nexus-staging-maven-plugin
@stephenc set your default to drop branch when merging. |
Didn't have permission as in your fork Sent from my iPhone
|
Found to my annoyance that releasing cloudbees/groovy-cps@6c21a44 did not work immediately; I need to go into the web UI. Trying to make this work by analogy with kohsuke/pom. Also see this and this. @reviewbybees but esp. @stephenc and @kohsuke