Skip to content

Instantly share code, notes, and snippets.

@inaamgit
inaamgit / deploy-rpm-nexus.sh
Created July 20, 2017 06:42 — forked from diegopacheco/deploy-rpm-nexus.sh
deploy-rpm-nexus.sh
#!/bin/bash
### Method 1
###
mvn deploy:deploy-file \
-DgroupId=com.github.diegopacheco.sandbox.devops \
-DartifactId=fpmtest \
-Dversion=1.0.0 \
-DgeneratePom=true \
-Dpackaging=rpm \