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

Maven tasks should have mvn-install for the release pipeline #913

Open
babadofar opened this issue Sep 30, 2021 · 0 comments
Open

Maven tasks should have mvn-install for the release pipeline #913

babadofar opened this issue Sep 30, 2021 · 0 comments

Comments

@babadofar
Copy link
Contributor

At present, the maven tasks use "mvn deploy" in the release pipeline. This pushes packages to the maven registry, which may be useful in some situations, but in many situations, these packages will never be used and simply take up space. We could add an "mvn install" step, which does the same, but without pushing packages. Then each user could modify the pipeline in the builds and select if they want to use "mvn install" or "mvn deploy".

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

No branches or pull requests

1 participant