将自定义jar maven安装到本地存储库

时间:2016-07-05 09:22:40

标签: java maven

我是Maven的新手,我正在尝试将自定义jar添加到我的本地存储库。在我的命令中,我运行以下内容:

C:\Users\tj>mvn install:install-file -Dfile= <C:\Users\tj\neon\couponsBasic.jar> -DgroupId=<com.coupons> -DartifactId=<coupons> -Dversion=<1.0> -Dpackaging=<jar> -DgeneratePom=true 

罐子在那个位置,但我的回答是:

The system cannot find the file specified.

我在这里缺少一些东西吗? 我应该将文件直接保存到M2文件夹吗? 任何帮助将不胜感激。

1 个答案:

答案 0 :(得分:0)

删除<>

C:\Users\tj>mvn install:install-file -Dfile=C:\Users\tj\neon\couponsBasic.jar -DgroupId=com.coupons -DartifactId=coupons -Dversion=1.0 -Dpackaging=jar -DgeneratePom=true