maven安装问题.Cannot complete the install because of a conflicting dependency

   当我们安装过maven的时候 后来再新安装会出现问题.

   Cannot complete the install because of a conflicting dependency.

   是因为当我们再次安装的时候 两个安装包会发生冲突。

   这个时候我们只能卸载之前的maven,再次安装。
 
   如果卸载之前的maven呢?

   Help--> About Eclipse SDK --> installation details
  
   在 installed Software 找到之前安装的maven版本 点击uninstall...

   卸载完成后 重新安装 再 restart eclipse

   maven就能正常运行了!

    我们就可以查看方便的查看源代码了...

猜你喜欢

转载自tonyan416.iteye.com/blog/1823476