码迷,mamicode.com
首页 > 编程语言 > 详细

maven将手动下载的jar包安装到本地仓库

时间:2017-05-15 18:32:03      阅读:148      评论:0      收藏:0      [点我收藏+]

标签:apt   mave   .com   下载   log   apache   location   mod   html   

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

    <modelVersion>4.0.0</modelVersion>
    <groupId>com.google.code.kaptcha</groupId>
    <artifactId>kaptcha</artifactId>
    <version>2.3</version>
</project>

将上面的pom.xml和jar文件放到同一文件夹下,执行下面的命令

 

mvn install:install-file -Dfile=C:\test_jar\kaptcha-2.3.jar -DgroupId=com.google.code.kaptcha -DartifactId=kaptcha -Dversion=2.3 -Dpackaging=jar

 

参考博客:http://www.cnblogs.com/tangshengwei/p/6341628.html

maven将手动下载的jar包安装到本地仓库

标签:apt   mave   .com   下载   log   apache   location   mod   html   

原文地址:http://www.cnblogs.com/GoQC/p/6857292.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!