Skip to content

Instantly share code, notes, and snippets.

@agaszmurlo
Last active February 10, 2020 12:32
Show Gist options
  • Save agaszmurlo/767a0f5b18ef4775e7958003c0198241 to your computer and use it in GitHub Desktop.
Save agaszmurlo/767a0f5b18ef4775e7958003c0198241 to your computer and use it in GitHub Desktop.
push to nexus
## push to nexus
curl -v --user 'user:pass' --upload-file oap-1.0.0-spark-2.4.3-SNAPSHOT.jar http://zsibio.ii.pw.edu.pl/nexus/repository/maven-snapshots/org/intel/bigdata/oap/1.0.0-spark-2.4.3-SNAPSHOT/oap-1.0.0-spark-2.4.3-SNAPSHOT.jar
## sbt without tests in assembly
sbt 'set test in assembly := {}' clean assembly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment