2015-05-14 61 views
1

我知道我是一名Java新手,但我需要在啓動板上構建多個Ubuntu軟件包。我修復了很多依賴問題,但現在我堅持出現以下錯誤:java maven缺少plexus-utils的插件描述符

[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下載並可用。那麼到底發生了什麼問題以及如何解決它?

任何和所有的幫助,非常感謝。

的Jeroen

+0

在jar的同一目錄下是否有'plexus-utils-3.0.5.pom'文件? – dcsohl

+0

你是否支持企業防火牆/代理? – khmarbaise

回答

0

原來叢-utils的是不是一個插件,但一個普通的依賴。這爲我修好了。