-
Notifications
You must be signed in to change notification settings - Fork 30
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
Question: Publish and Closing in a Different Step #134
Comments
I have a similar situation, where we have multiple projects under the same
I want to release all the artifacts at the same time, with the same version number, but in different build steps. Can this be done? I.e. is this possible:
Any help is greatly appreciated. |
I believe #145 adds a foundation for the feature. |
@vlsi thanks for the quick reply. So you're saying I could do this:
|
I guess so. |
Hi,
I would like to publish my libraries in a different steps because I use a different inputs for these
publishToSonatype -Pversion=1.2.3-suffix-1
)publishToSonatype -Pversion=1.2.3-suffix-1
)closeAndReleaseSonatypeStagingRepository
)Is this possible to achieve somehow. The
closeAndReleaseSonatypeStagingRepository
takes a very long time so I would to avoid calling it multiple times.The text was updated successfully, but these errors were encountered: