Skip to content

Instantly share code, notes, and snippets.

@timvw
Created October 15, 2018 09:23
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 timvw/101b13181678bb2eec4779ff66c381f9 to your computer and use it in GitHub Desktop.
Save timvw/101b13181678bb2eec4779ff66c381f9 to your computer and use it in GitHub Desktop.
Manually deploy an artifact to nexus
mvn deploy:deploy-file -DgroupId=com.sksamuel.avro4s \
-DartifactId=avro4s-core_2.11 \
-Dversion=2.0.1 \
-Dpackaging=jar \
-Dfile=/Users/timvw/Desktop/avro4s-core_2.11-2.0.1.jar \
-DgeneratePom=true \
-DrepositoryId=icteam \
-Durl=http://nexus.icteam.be/nexus/content/repositories/custom/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment