Skip to content

Instantly share code, notes, and snippets.

@munroebot
Created January 8, 2019 17:09
Show Gist options
  • Save munroebot/885040250d7235456be2f2d5c1488530 to your computer and use it in GitHub Desktop.
Save munroebot/885040250d7235456be2f2d5c1488530 to your computer and use it in GitHub Desktop.
Nexus Pro Repo, fetch artifact via API
#!/bin/bash
version="1.0.0"
curl -s -o BerylProtosBuild-1.0.HADOOP-SNAPSHOT.war "http://blah.domain.net/nexus/service/local/artifact/maven/content?r=public&g=com.zappos.datascience.beryl&a=BerylProtosBuild&v=${version}&p=jar"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment