Last active
February 10, 2020 12:32
-
-
Save agaszmurlo/767a0f5b18ef4775e7958003c0198241 to your computer and use it in GitHub Desktop.
push to nexus
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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