Files
my-worker/web/bin/package.sh

18 lines
365 B
Bash
Raw Normal View History

2018-04-17 20:55:22 +08:00
#!/bin/sh
# /**
# * Copyright (c) 2013-Now http://jeesite.com All rights reserved.
# * No deletion without permission, or be held responsible to law.
2018-04-17 20:55:22 +08:00
# *
# * Author: ThinkGem@163.com
# */
echo ""
echo "[信息] 打包Web工程生成war/jar包文件。"
echo ""
2023-07-21 23:47:28 +08:00
mvn -v
echo ""
2018-04-17 20:55:22 +08:00
cd ..
mvn clean package spring-boot:repackage -Dmaven.test.skip=true -U
2019-12-31 14:52:03 +08:00
cd bin