我是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文件夹吗? 任何帮助将不胜感激。
答案 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