【发布时间】: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