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

maven加载本地jar包到repository

时间:2018-09-17 11:34:02      阅读:155      评论:0      收藏:0      [点我收藏+]

标签:ase   artifact   you   windows   spec   场景   r文件   dir   build   

maven加载本地jar到repository

  这是一个常见场景,此处以本地opencv jar文件导入repository为例

1.Ubuntu下

mvn install:install-file -Dfile=/opencv-2.4.11/build/bin/opencv-2411.jar -DgroupId=org.opencv -Dartif
actId=opencv -Dversion=2.4.11 -Dpackaging=jar

2.常见问题

windows下按上述操作,将报错:

 The goal you specified requires a project to execute but there is no POM in this directory(。。。), Please verify you invoked Maven from the correct directory.

这个问题与貌似与平台有关,好像特定于windows系统,反正linux无影响,win10有此问题,此时需采用参数加引号的形式完成设置。

mvn install:install-file ‘-Dfile=F:\00000\opencv-2411.jar‘ ‘-DgroupId=org.opencv‘ ‘-D
artifactId=opencv‘ ‘-Dversion=2.4.11‘ ‘-Dpackaging=jar‘

maven加载本地jar包到repository

标签:ase   artifact   you   windows   spec   场景   r文件   dir   build   

原文地址:https://www.cnblogs.com/nyatom/p/9660816.html

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