Skip to content

Instantly share code, notes, and snippets.

@Iridias
Iridias / nexus-fetch.sh
Last active November 21, 2018 13:06 — forked from gnustavo/nexus-fetch.sh
Bash script to fetch artifacts from Sonatype's Nexus 3
#!/bin/bash
# Original script in:
# http://blog.sonatype.com/2011/01/downloading-artifacts-from-nexus-with-bash/#.VPW0c1PF_v9
# Adapted for Nexus 3
# Define Nexus Configuration
NEXUS_BASE=http://repository.example.com:8081/nexus
usage()