Skip to content
shell
mvn install:install-file -Dfile=C:\Users\Reinforce\Desktop\TestScm\wst-hsm-api-1.7.7.jar -DgroupId=com.westone -DartifactId=wst-hsm-api -Dversion=1.7.7 -Dpackaging=jar
shell
mvn install:install-file ^
   -Dfile=D:\Demo\鼎鑫ERP\DxErp\server\ruoyi-crm\src\main\resources\lib\aspose-words-15.12.0-jdk16.jar ^
   -DgroupId=com.aspose ^
   -DartifactId=aspose-words ^
   -Dversion=15.12.0 ^
   -Dpackaging=jar

一行

mvn install:install-file -Dfile=D:\Demo\鼎鑫ERP\DxErp\server\ruoyi-crm\src\main\resources\lib\aspose-words-15.12.0-jdk16.jar -DgroupId=com.aspose -DartifactId=aspose-words -Dversion=15.12.0 -Dpackaging=jar