Skip to content

Instantly share code, notes, and snippets.

@abdennour
Created April 10, 2020 07:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abdennour/6e9777c79bf0f2cd875741912bcc235a to your computer and use it in GitHub Desktop.
Save abdennour/6e9777c79bf0f2cd875741912bcc235a to your computer and use it in GitHub Desktop.
Add Repo to Nexus
for i in {1..4}; do
f=.nexus-init/0${i}.json
curl -vX POST -u admin:admin123 \
http://localhost:8081/service/rest/beta/repositories/maven/proxy \
-d @${f} -H "Content-Type: application/json"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment