博主 在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上面了 

 

相关文章:

  • 2022-12-23
  • 2021-10-26
  • 2022-12-23
  • 2021-10-26
  • 2021-05-21
  • 2021-07-28
  • 2021-07-24
  • 2021-12-07
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-28
  • 2021-10-17
  • 2022-01-14
相关资源
相似解决方案