246 Star 847 Fork 216

Crab2Died / Excel4J

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.sh 314 Bytes
一键复制 编辑 原始数据 按行查看 历史
Crab2Died 提交于 2017-12-15 23:32 . v2.1.2#release
#!/bin/sh
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
DIR=`dirname "$PRG"`
# go to mvn package
cd $DIR
mvn clean package -Dmaven.test.skip=true -Prelease
Java
1
https://gitee.com/Crab2Died/Excel4J.git
git@gitee.com:Crab2Died/Excel4J.git
Crab2Died
Excel4J
Excel4J
master

搜索帮助