[url]http://stackoverflow.com/questions/6083501/maven-dependencies-not-visible-in-web-inf-lib
[/url]
if you are running the project as dynamic web project on a server within eclipse, then you should open the project properties (right click > properties) and select "Deployment Assembly". There click "add", select "build path entries", and choose "maven dependencies". This will instruct WTP to send the maven dependencies to the server dir.
[/url]
if you are running the project as dynamic web project on a server within eclipse, then you should open the project properties (right click > properties) and select "Deployment Assembly". There click "add", select "build path entries", and choose "maven dependencies". This will instruct WTP to send the maven dependencies to the server dir.
本文介绍如何在Eclipse中配置Maven项目的依赖,确保这些依赖能够正确地部署到服务器目录中。具体步骤包括:打开项目属性,选择Deployment Assembly选项,添加maven dependencies等。
694

被折叠的 条评论
为什么被折叠?



