Maven错误在当前项目和插件组中找不到前缀为“ http”的插件

时间:2018-09-17 03:26:44

标签: java maven

我正在尝试将jar部署到远程存储库。我为此写了一个maven deploy命令

mvn deploy:deploy-file -q -Dfile=$jarf -DgroupId=lsls -DartifactId=$JAR_NAME -Dversion=1.0.0 -Dpackaging=jar -DgeneratePom=true -DrepositoryId=internal -Durl= http://XXXXX.com

我没有任何项目或pom文件。我在.m2文件夹中只有一个settings.xml文件。我收到此错误

 No plugin found for prefix 'http' in the current project and in the plugin groups. 

我一直在寻找其他解决方案,但它们从未奏效。

0 个答案:

没有答案