maven eclipse 插件问题

 

使用 mvn eclipse:eclipse 命令出现

 

错误:Unable to read jar manifest from

信息: Request to merge when 'filtering' is not identical.

 

原因:maven的eclipse插件版本问题,采用命令:

mvn org.apache.maven.plugins:maven-eclipse-plugin:2.6:eclipse

 

 

 

 

你可能感兴趣的:(eclipse)