1. 程式人生 > >關於maven專案更新依賴時的問題解決

關於maven專案更新依賴時的問題解決

今天新建maven專案,發生problems:

Description    Resource    Path    Location    Type CoreException: Could not get the value for parameter compilerId for plugin execution default-testCompile: PluginResolutionException: Plugin org.apache.maven.plugins:maven-compiler-plugin:3.1 or one of its dependenc...

後經過查詢錯誤提示中的程式碼,發現猶豫網路原因,所依賴的jar沒有成功下載下來,所以報上述錯誤。解決方案:

只需要根據jar位置,在reposirity中找到jar所處位置刪除目錄,然後重新更新下專案的依賴即可解決。

此文章只是為了提醒而已~各位看官笑納