使用eclipse建立 dynamic web project
在將專案轉換成maven專案時保如下錯誤
pom檔為eclipse 自動產生沒有改動 如下
4.0.0 test test 0.0.1-SNAPSHOT war src maven-compiler-plugin 3.5.1 1.8 maven-war-plugin 2.6 WebContent false
目前已經試過以下方法 都不奏效
1.強行update項目,報錯同上
2.刪除.m2/repository下的.lastUpdated文件,clean專案之後 再update
3.將插件版本改為低版本2.0
搜尋了很多也沒有找到答案 ,求高人指點
===============
settings.xml檔
releases admin admin123 snapshots admin admin123 nexus * http://192.168.15.1:8080/nexus/content/groups/public/ nexus central http://192.168.15.1:8080/nexus/content/repositories/central/ true true central http://192.168.15.1:8080/nexus/content/repositories/central/ true true nexus
nexus頁面可以進入
請檢查一下你們自己的nexus (192.168.15.1:8080/nexus) maven庫代理是否正常工作,確認一下nexus上有你需要的插件