老项目中一般web-info下的lib包在maven项目中引入需要自己添加  打包时候需要处理

解决方法: 使用systemPath标签 引入lib包下的包  并且在scope标签中加上 system

 

解决老项目中的lib包引入maven中

 

如果要打包  需要添加几个东西

在plugiins 下面的 标签加上 includeSystemScope 为 true

解决老项目中的lib包引入maven中

并且在resources 下面加上 这些玩意

解决老项目中的lib包引入maven中

相关文章:

  • 2022-12-23
  • 2021-11-18
  • 2021-07-08
  • 2022-12-23
  • 2021-08-22
  • 2021-10-28
猜你喜欢
  • 2021-07-18
  • 2021-07-12
  • 2021-06-14
  • 2021-08-17
  • 2022-01-04
  • 2021-11-26
  • 2021-04-28
相关资源
相似解决方案