当前位置: 首页 > 知识库问答 >
问题:

无法执行目标org.apache.maven.plugins:maven-install-plugin:2.4:install-file maven

雷曜灿
2023-03-14

我尝试通过命令提示符执行以下命令:

mvn install:install-file -Dfile=scertcommon-07.01.08.04.jar -DgroupId=com.avaya.sce -DartifactId=scertcommon -Dversion=07.01.08.04 -Dpackaging=jar

当我执行上述命令时,我收到以下错误。

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.4:install-file (default-cli) on project standalone-pom: Error installing artifact 'com.avaya.sce:scertcommon:jar?': Failed to install artifact com.avaya.sce:scertcommon:jar?:07.01.08.04: C:\Users\N0292812\.m2\repository\com\avaya\sce\scertcommon\07.01.08.04\scertcommon-07.01.08.04.jar? (The filename, directory name, or volume label syntax is incorrect)

补充一点:我不使用pom.xml文件,jar文件保存在D:/xx/xxx.So我导航到文件夹并执行了上述命令。确切的问题是什么,我如何纠正这个问题。我对Maven很陌生

共有1个答案

萧霍英
2023-03-14

检查为什么有一个“?”错误消息中的工件名称之后。

...安装神器时出错...'

也许一些看不见的特殊字符在工件名称之后溜进了您的mvn命令。

我认为在Windows字符“?”不能在文件名/路径中使用。

 类似资料: