Skip to content

Instantly share code, notes, and snippets.

View arguile-'s full-sized avatar

Raymond arguile-

  • Faire
View GitHub Profile
@arguile-
arguile- / gist:2510227
Created April 27, 2012 15:36
Basic Curl deploy file to Nexus
#!/bin/sh
SERVER="http://localhost:8081"
URL="$SERVER/nexus/service/local/artifact/maven/content"
REPO="sandbox"
USER="admin:admin123"
group=$1
artifact=$2