1
我已經從GitHub和問題克隆the repositorymvn clean install -U
但由於某種原因,我得到:爲什麼MVN乾淨安裝-U不工作:不可分辨父POM
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for com.github.gwtmaterialdesign:gwt-material-addins:[unknown-version]: Could not find artifact com.github.gwtmaterialdesign:gwt-material-parent:pom:1.5.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 3, column 13
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project com.github.gwtmaterialdesign:gwt-material-addins:[unknown-version] (E:\java\gwt-material\gwt-material-addins\pom.xml) has 1 error
[ERROR] Non-resolvable parent POM for com.github.gwtmaterialdesign:gwt-material-addins:[unknown-version]: Could not find artifact com.github.gwtmaterialdesign:gwt-material-parent:pom:1.5.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 3, column 13 -> [Help 2]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
我該如何解決這個問題?我實際上想更新我的本地存儲庫,因爲有一個我依賴的更新。我不記得我是如何安裝依賴關係的,但是當時我沒有得到這個錯誤。甚至在我身邊的錯誤?
謝謝,工作! – displayname