forked from biodatageeks/sequila
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpublish-gkl.sh
More file actions
7 lines (5 loc) · 766 Bytes
/
publish-gkl.sh
File metadata and controls
7 lines (5 loc) · 766 Bytes
1
2
3
4
5
6
7
#!/usr/bin/env bash
curl -v --user 'admin:changeMe' --upload-file ./lib/gkl-0.8.5-1-darwin-SNAPSHOT.pom http://zsibio.ii.pw.edu.pl/nexus/repository/maven-snapshots/com/intel/gkl/gkl/0.8.5-1-darwin-SNAPSHOT/
curl -v --user 'admin:changeMe' --upload-file ./lib/gkl-0.8.5-1-darwin-SNAPSHOT.jar http://zsibio.ii.pw.edu.pl/nexus/repository/maven-snapshots/com/intel/gkl/gkl/0.8.5-1-darwin-SNAPSHOT/
curl -v --user 'admin:changeMe' --upload-file ./lib/gkl-0.8.5-1-linux-SNAPSHOT.pom http://zsibio.ii.pw.edu.pl/nexus/repository/maven-snapshots/com/intel/gkl/gkl/0.8.5-1-linux-SNAPSHOT/
curl -v --user 'admin:changeMe' --upload-file ./lib/gkl-0.8.5-1-linux-SNAPSHOT.jar http://zsibio.ii.pw.edu.pl/nexus/repository/maven-snapshots/com/intel/gkl/gkl/0.8.5-1-linux-SNAPSHOT/