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

Explicitly skip server-runner module during release #137

Merged
merged 1 commit into from
Mar 1, 2024

Conversation

ryanemerson
Copy link
Contributor

@ryanemerson ryanemerson commented Feb 29, 2024

The server-runner module has the skipNexusStagingDeployMojo flag set. Unforutnately, the nexus-staging-maven-plugin defers the deploying of artifcats until the final module, which happens to be server-runner and consequently no artifacts are deployed.

https://stackoverflow.com/questions/25305850/how-to-disable-nexus-staging-maven-plugin-in-sub-modules#comment132699079_27557285

Skipping the server-runner entirely when deploying should workaround this issue.

@ryanemerson ryanemerson merged commit e7a5bfd into infinispan:14.0.x Mar 1, 2024
4 checks passed
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.

1 participant