So you’ve been wondering why doesn’t your WTP project’s maven dependencies get copied over to the directory where eclipse stores your web project files.
Mine is C:\Documents and Settings\kenny\workspace\helios\.metadata\.plugins\org.eclipse.wst.server.core\tmp0
For that to happen, follow these steps:
- Install m2e-extras.

- Right click on your web project and choose “Properties”->”Deployment Assembly”->”Add”.
- Select “Java Build Path Entries”->”Next”.

- Select “Maven Dependencies”->”Finish”.
- Clean your project and you should be done!
Advertisement
