解決maven打war包報錯:Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2

一、報錯經歷: 今天使用eclipse通過maven install打war包的時候,出現了下圖所示的錯誤 二、問題分析: 不能執行依賴包maven-compiler-plugin:2.3.2,判斷原因是缺少這個jar包 三、問題解決: 打開pom.xml文件,在適當位置加入下列依賴: <dependency> <groupId>org.apache.maven.plugins</groupId>
相關文章
相關標籤/搜索