1 Star 0 Fork 0

jianrentang/qiniu-suits-java

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 850 Bytes
一键复制 编辑 原始数据 按行查看 历史
version=8.4.2
package_no_test:
mvn package -Dmaven.test.skip=true
deploy_no_test:
mvn clean deploy -P release -Dmaven.test.skip=true
release_jar_to_devtools:
qsuits -s -path=target/qsuits-$(version)-jar-with-dependencies.jar -process=qupload -a=devtools -bucket=devtools -keep-path=false
qsuits -s -url=http://devtools.qiniu.com/qsuits-$(version)-jar-with-dependencies.jar -process=cdnprefetch -a=devtools
qsuits -s -url=https://devtools.qiniu.com/qsuits-$(version)-jar-with-dependencies.jar -process=cdnprefetch -a=devtools
clean_logs:
rm -rf logs*
clean:
mvn clean
build:
[ -d ~/.qsuits ] || mkdir ~/.qsuits
[ -f target/qsuits-$(version)-jar-with-dependencies.jar ] || mvn package -Dmaven.test.skip=true
[ -f ~/.qsuits/qsuits-$(version).jar ] || cp target/qsuits-$(version)-jar-with-dependencies.jar ~/.qsuits/qsuits-$(version).jar
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jianrentang/qiniu-suits-java.git
[email protected]:jianrentang/qiniu-suits-java.git
jianrentang
qiniu-suits-java
qiniu-suits-java
master

搜索帮助