Skip to content
Permalink
d8bd3d98ca
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
20 lines (14 sloc) 491 Bytes
# resolve links - $0 may be a softlink
PRG="$0"
while [ -h "$PRG" ]; do
ls=`ls -ld "$PRG"`
link=`expr "$ls" : '.*-> \(.*\)$'`
if expr "$link" : '/.*' > /dev/null; then
PRG="$link"
else
PRG=`dirname "$PRG"`/"$link"
fi
done
PRGDIR=`dirname "$PRG"`
BASEDIR=`cd "$PRGDIR/.." >/dev/null; pwd`
mvn install:install-file -DgroupId=spmf -DartifactId=spmf -Dversion=1.0 -Dpackaging=jar -Dfile=$BASEDIR/libs/spmf/spmf.jar -DgeneratePom=true -Dsources=$BASEDIR/libs/spmf/spmf.zip