我知道我是一个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.罐子已经下载好了,可以买到了。那么哪里出了问题,该如何修复呢?
任何和所有的帮助都非常感谢。
耶罗恩
发布于 2015-05-16 03:25:23
事实证明plexus不是一个插件,而是一个常规的依赖项。帮我修好了。
https://stackoverflow.com/questions/30237275
复制相似问题