added download/unpack scripts

This commit is contained in:
2020-12-16 23:25:41 -05:00
parent 0a7f58d483
commit b81ce2e2c9
15 changed files with 167 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/sh
# Usage: ./download-maven-alfresco-public.sh org/maven/group/path maven-artifact-id 1.2.3 jar
THISDIR=`dirname "$(readlink -f "$0")"`
MAVEN_BASEDIR="https://artifacts.alfresco.com/nexus/content/groups/public"
${THISDIR}/download-maven.sh "${MAVEN_BASEDIR}" $*