These are the steps I followed:
- Created a maven project in eclipse.
- Converted the project into faceted form.
- Added the project to the server.
Now whenever I make any changes to my project resources, it gets reflected in server. But my WEB-INF/lib directory doesn’t contain any maven dependency jar files.
How to fix this?
I installed m2e integration for WTP and now it is copying the maven dependecies jars into WEB-INF/lib of the server installed apps directory.