mvn install:install-file -DgroupId=abcpay -DartifactId=TrustPayCBPClient -Dversion=1.0.0 -Dpackaging=jar -Dfile=D:\workspace\liuhe0518\xxwlh-api-http\lib\TrustPayClient-V3.1.8.jar
mvn install:install-file -DgroupId=abcpay -DartifactId=TrustPayClient -Dversion=3.1.8 -Dpackaging=jar -Dfile=D:\workspace\liuhe0518\xxwlh-api-http\lib\TrustPayClient-V3.1.8.jar
<dependency> <groupId>abcpay</groupId> <artifactId>TrustPayCBPClient</artifactId> <version>1.0.0</version> </dependency> <dependency> <groupId>abcpay</groupId> <artifactId>TrustPayClient</artifactId> <version>3.1.8</version> </dependency>
参数解释
-DgroupId :对应工程中pom文件的groupId属性
-DartifactId:对应工程中pom文件的artifactId属性
-Dversion:对应工程总pom文件的version属性
-Dfile:对应我们本地jar包的所在路径