Maven本地仓库安装 JAR 包的命令

<dependency>

    <groupId>org.springframework</groupId>

    <artifactId>spring-context-support</artifactId>

    <version>3.1.0.RELEASE</version>

</dependency>

 

Maven 安装 JAR 包的命令是:

 

mvn install:install-file -Dfile=jar包的位置 -DgroupId=上面的groupId -DartifactId=上面的artifactId -Dversion=上面的version -Dpackaging=jar

猜你喜欢

转载自sassds.iteye.com/blog/1773355
今日推荐