From 651adb371df7d3e93cf279322eccac0387e24bd1 Mon Sep 17 00:00:00 2001 From: weixueyang Date: Wed, 26 Jul 2023 08:23:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0jar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mvn_install.bat | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mvn_install.bat b/mvn_install.bat index edfef45..1001113 100644 --- a/mvn_install.bat +++ b/mvn_install.bat @@ -80,6 +80,11 @@ call mvn install:install-file -DgroupId=cc.eloong.www.upload_common -DartifactId echo platform_system_server_business_upload_common-0.0.1-RELEASE完成 echo= +echo 安装platform_system_server_business_upload_common-0.0.1-RELEASE.jar +call mvn install:install-file -DgroupId=cc.eloong.www.common_upload -DartifactId=platform_system_server_business_common_upload -Dversion=0.0.1-RELEASE -Dpackaging=jar -Dfile=%localdir%platform_system_server_business_common_upload-0.0.1-RELEASE.jar +echo platform_system_server_business_upload_common-0.0.1-RELEASE完成 +echo= + echo 安装platform_system_server_business_lucene-0.0.1-RELEASE.jar call mvn install:install-file -DgroupId=cc.eloong.www.lucene -DartifactId=platform_system_server_business_lucene -Dversion=0.0.1-RELEASE -Dpackaging=jar -Dfile=%localdir%platform_system_server_business_lucene-0.0.1-RELEASE.jar echo platform_system_server_business_lucene-0.0.1-RELEASE完成