mvn install:install-file -Dfile=hm_test.jar -DgroupId=com.TEST -DartifactId=hm_test -Dversion=1.0 -Dpackaging=jar
<dependency>
<groupId>com.TEST</groupId>
<artifactId>hm_test</artifactId>
<version>1.0</version>
<scope>provided</scope>
</dependency>
原文地址:https://www.cnblogs.com/darcy-hui/p/10644286.html
时间: 2024-11-10 14:14:57