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完成