有 Java 编程相关的问题?

你可以在下面搜索框中键入要查询的问题!

java maven缺少plexusutils的插件描述符

我知道我是Java新手,但我需要在launchpad上构建几个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.

这个罐子是向下倾斜的,可以使用。那么,出了什么问题,如何解决

非常感谢您的任何帮助

杰罗恩


共 (1) 个答案

  1. # 1 楼答案

    事实证明,plexus utils不是一个插件,而是一个常规依赖项。那帮我修好了