2 Star 0 Fork 0

IT啊平 / rsf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.sh 504 Bytes
一键复制 编辑 原始数据 按行查看 历史
阿库玛 提交于 2016-10-26 21:49 . 1.根pom调试。
#!/bin/sh
# ----------------------------------------------------------------------------
#
# Better OS/400 detection: see Bugzilla 31132
os400=false
case "`uname`" in
OS400*) os400=true;;
esac
# 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"`
rm -rf ./build
mvn clean package -P export
1
https://gitee.com/tjp0515/rsf.git
git@gitee.com:tjp0515/rsf.git
tjp0515
rsf
rsf
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891