【问题标题】:java maven missing plugin descriptor for plexus-utilsjava maven缺少用于plexus-utils的插件描述符
【发布时间】:2015-05-14 12:21:29
【问题描述】:

我知道我是 Java 新手,但我需要在启动板上构建几个 Ubuntu 软件包。我修复了很多依赖问题,但现在遇到以下错误:

[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] The plugin descriptor for the plugin Plugin [org.codehaus.plexus:plexus-utils] was not found. Please verify that the plugin JAR [removed]/maven-repo/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar is intact.
[INFO] ------------------------------------------------------------------------
[DEBUG] Trace
java.lang.IllegalStateException: The plugin descriptor for the plugin Plugin [org.codehaus.plexus:plexus-utils] was not found. 
Please verify that the plugin JAR [removed]/maven-repo/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar is intact.

jar 已下载并可用。那么出了什么问题以及如何解决呢?

非常感谢任何和所有帮助。

杰伦

【问题讨论】:

  • jar所在目录下是否有plexus-utils-3.0.5.pom文件?
  • 您在企业防火墙/代理后面吗?

标签: java maven plugins descriptor


【解决方案1】:

原来 plexus-utils 不是一个插件,而是一个常规依赖项。这为我解决了问题。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2013-04-03
    • 2012-02-10
    • 1970-01-01
    • 1970-01-01
    • 2018-07-04
    • 1970-01-01
    • 1970-01-01
    • 2011-12-10
    相关资源
    最近更新 更多