You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a staging repo nexus-staging:rc-open this will create a new new staging repository on the remote Nexus
Upload zips from the local filesystem to a staging repository using plugin in built deploy-staged-repository
Close the created staging repo nexus-staging:rc-close
Sign the generate zips.
Stage them as per staging repo workflow requirements.
Add necessary tags in POM xml (modify before uploading) Example as
Hey @dblock, there are two aspects for this maven publish, one for snapshots repo and other for actual release repo, the two repo workflows are not the same, as release repo has more wider process, like pre staging, promoting, signing, additional maven tags and then releasing, so I have created a meta issue #1916 that expands with more details based on the issue #716.
Is your feature request related to a problem? Please describe
#1234
Describe the solution you'd like
settings.xml
Create a staging repo
nexus-staging:rc-open
this will create a new new staging repository on the remote NexusUpload zips from the local filesystem to a staging repository using plugin in built
deploy-staged-repository
Close the created staging repo
nexus-staging:rc-close
The text was updated successfully, but these errors were encountered: