Maven add jar to native library

Add the jar to the native Maven repository

For example, install the jar package aliyun-jar-sdk-core-3.2.3.jar into the local maven repository

Open the command line and change to the directory where the jar is located, then execute the following command:

mvn install:install-file -Dfile="aliyun-java-sdk-core-3.2.3.jar" -DgroupId="com.aliyun" -DartifactId="aliyun-java-sdk-core" -Dversion="3.2.3" -Dpackaging="jar"

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325456000&siteId=291194637