Maven Install 报错:To see the full stack trace of the errors, re-run Maven with the -e switch

博主 在eclipse打包项目 将war包部署到  linux  上 install  时的报错   蓝色标志

 

Maven Install 报错:To see the full stack trace of the errors, re-run Maven with the -e switch

出现这个error信息,说明仓库里有些对应的jar包没下载完全。

试过非常多办法就是不行 最后

处理方法是去到本地仓库里,把对应的jar包先删除了,这里很明显是org.apache.maven.plugins下的jar包。去到本地仓库:

Maven Install 报错:To see the full stack trace of the errors, re-run Maven with the -e switch

 删除之后  右击---》Run  as ---》Maven bulid...  (后面三点的那个) ---》填写clean package 点击apply --》run  

Maven Install 报错:To see the full stack trace of the errors, re-run Maven with the -e switch

 然后war 包就打好了呀

Maven Install 报错:To see the full stack trace of the errors, re-run Maven with the -e switch

就可以直接部署到linux上面了