需求:maven的pom.xml中使用maven-dependency-plugin,來使用第三方jar,卻報以下錯誤:
copy-dependencies is not supported by m2e
方式:
1.
先在pom.xml 中的<build></build>中加入
org.eclipse.m2e lifecycle-mapping 1.0.0 org.apache.maven.plugins maven-dependency-plugin [2.0,) copy-dependencies
2.右鍵->run as->Maven Install
等待步驟2跑完後即可解決
沒有留言:
張貼留言