Update:
I am expecting that when I select Maven4MyEclipse->Update Project Configuration, MyEclipse reads pom.xml and correctly updates the project configuration. This works to some extent – for example, I can immediately run JUnit tests and all pass. However, deployment to WebSphere 6.0 doesn’t work (as described in my previous post).
I managed to get maven dependencies deployed, by moving Maven Dependencies one place up in the “Order and Export” list, just before Web App Libraries. Why this works now, beats me. Checking/unchecking Maven Dependencies (to include/exclude them during deployment of the parent EAR) doesn’t make any difference – they are always deployed now.
Now I have a problem of the resources from src/main/resources – they don’t get deployed to WEB-INF/classes.
Stay tuned.
Aleks