Maven dependencies are not copied to WEB-INF/lib in eclipse

后端 未结 2 1809
孤独总比滥情好
孤独总比滥情好 2021-01-23 15:13

I have a maven web project in Eclipse (Spring Tool Suite to be precise), and for some reason my maven dependencies do not end up in WEB-INF/lib, so I get all sorts of runtime er

相关标签:
2条回答
  • 2021-01-23 15:33

    You might want to try the maven-shade-plugin. It solved all my dependency installation trouble.

    0 讨论(0)
  • 2021-01-23 15:39

    Since you metioned that your build was working, try switching to a new workspace and recreate your project. See if the problem is solved.

    0 讨论(0)
提交回复
热议问题