1 Star 0 Fork 216

妙汇/Excel4J

forked from Crab2Died/Excel4J 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
release.sh 312 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 deploy -Dmaven.test.skip=true -Prelease
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/miaohui999/Excel4J.git
git@gitee.com:miaohui999/Excel4J.git
miaohui999
Excel4J
Excel4J
master

搜索帮助