-
Notifications
You must be signed in to change notification settings - Fork 35
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
Scripted Nexus Setup #42
Comments
@stitakis FYI this is the ticket I mentioned. The documentation for the current Nexus repos is at https://github.com/opendevstack/opendevstack.github.io/blob/f5b86d59a2c3bc318025d2380931f168175e3b15/doc/getting-started.md#setup-and-configure-nexus3. |
I think we could add an additional repository called "snapshots". This repo is used by maven to upload snapshot version of jars. It differs to "candidates" repository by the "Version Policy" because it needs to allow upload of jars with the same name. To support that functionality the "Version Policy" should be set to "Snapshot". |
@tjaeschke @rattermeyer - is this sth for 1.1?... just asking... |
yes, should be. is in the infrastructre refactoring PR #98 infrastructure-setup/scripts/prepare-nexus.sh |
@tjaeschke - we want to close 1.1 asap ... so either out or in .. make your call today |
@clemensutschig Like @rattermeyer said, this should be in. |
@rattermeyer - we need a date .. we want to cut 1.1. .... |
Implemented in #98 |
The setup of blob store and repositories should be handled by a groovy script in nexus3.
The script can be uploaded and executed through the rest api.
The text was updated successfully, but these errors were encountered: