将root/pom移动到根目录下

This commit is contained in:
thinkgem
2025-10-22 14:06:19 +08:00
parent 1da65bcf3f
commit e413c4ce4f
7 changed files with 9 additions and 43 deletions

18
bin/deploy.sh Normal file
View File

@@ -0,0 +1,18 @@
#!/bin/sh
# /**
# * Copyright (c) 2013-Now http://jeesite.com All rights reserved.
# * No deletion without permission, or be held responsible to law.
# *
# * Author: ThinkGem@163.com
# */
echo ""
echo "[信息] 部署工程到Maven服务器。"
echo ""
mvn -v
echo ""
cd ..
mvn clean deploy -Dmaven.test.skip=true -Pdeploy
cd bin