找不到maven插件
Posted
技术标签:
【中文标题】找不到maven插件【英文标题】:maven plugin not found 【发布时间】:2013-05-24 13:10:03 【问题描述】:我的 maven 插件有问题。
[ERROR] No plugin found for prefix 'exec' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (C:\Documents and Settings\MAA1ARN2\.m2\repository), central (http://repo.maven.apache.org/maven2)] -> [Help 1]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
谢谢。
【问题讨论】:
显示导致问题的 pom 文件,最好显示完整的输出,而不仅仅是摘录,请正确格式化您的问题。 你正在执行的maven命令是什么。 您可能想使用maven-exec-plugin
,但您仍需要提供更多上下文。这是从哪里来的?您是否尝试从命令行运行 mvn exec:java
或 mvn exec:exec
?
【参考方案1】:
根据this page,您引用的插件可能有错字,您的pom错误,您的settings.xml错误,或者您的元数据损坏。我还发现,如果您的插件代码失败,您可能会收到此错误。
【讨论】:
对我来说 '~/.m2/settings.xml' 是错误的(代理参数丢失)以上是关于找不到maven插件的主要内容,如果未能解决你的问题,请参考以下文章
Maven - 在当前项目和插件组中找不到前缀“tomcat7”的插件