我知道我是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.


罐子被放倒并可以使用。那么出了什么问题以及如何解决呢?

任何帮助都将不胜感激。

耶罗恩

最佳答案

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

10-08 07:55