2
0

fix: 移除license服务端

This commit is contained in:
caiyuchao
2025-04-21 16:56:18 +08:00
parent 818af9265e
commit a0201bae3c
7 changed files with 0 additions and 211 deletions

View File

@@ -8,7 +8,6 @@ BERootDir=${GitRootDir}/be.wfc
FERootDir=${GitRootDir}/fe.wfc
FEUserRootDir=${GitRootDir}/fe.wfc.user
BuildRootDir=${GitRootDir}/build.wfc
LicenseRootDir=${GitRootDir}/license.wfc
WFCWorkDir=/opt/wfc
BuildDockerDir=${BuildRootDir}/build/docker
@@ -83,8 +82,6 @@ pre-git-pull(){
git pull
cd ${BuildRootDir}
git pull
cd ${LicenseRootDir}
git pull
}
pre-build-deb(){
@@ -114,9 +111,6 @@ build-jar(){
cd ${BERootDir}
# git pull
mvn clean package -Dmaven.test.skip=true -P prod
cd ${LicenseRootDir}
# git pull
mvn clean package -Dmaven.test.skip=true
}
pre-build-src-tar(){

View File

@@ -5,7 +5,6 @@ BERootDir=${GitRootDir}/be.wfc
FERootDir=${GitRootDir}/fe.wfc
FEUserRootDir=${GitRootDir}/fe.wfc.user
BuildRootDir=${GitRootDir}/build.wfc
LicenseRootDir=${GitRootDir}/license.wfc
I18nResourcesDir=${BERootDir}/wfc-common/wfc-common-core/src/main/resources
WFCWorkDir=/opt/wfc
@@ -89,6 +88,3 @@ echo -n "Begin copy wfc-modules-payment ... "
cp -rf ${BERootDir}/wfc-modules/wfc-payment/target/wfc-modules-payment.jar ${BuildDockerDir}/wfc/modules/payment/jar
echo "done"
echo -n "Begin copy wfc-license-server ... "
cp -rf ${LicenseRootDir}/target/wfc-license-server-1.0.0.jar ${BuildDockerDir}/license-server/jar
echo "done"