Skip to content

Instantly share code, notes, and snippets.

View admanzoni's full-sized avatar

Adrien Manzoni admanzoni

  • Magnolia International Ltd.
  • Basel, Switzerland
View GitHub Profile
@admanzoni
admanzoni / gist:8ef4e6eb115d6793ca64d524de803bb5
Created July 19, 2023 11:30
Upload local jar to remote artifactory
#!/bin/sh
# Reference: http://roboojack.blogspot.in/2014/12/bulk-upload-your-local-maven-artifacts.html
if [ "$#" -ne 3 ] || ! [ -d "$1" ]; then
echo "Usage:"
echo " bash run.sh <repoRootFolder> <repositoryId> <repositoryUrl>"
echo ""
echo ""
echo " Where..."