I have a workspace with multiple Maven projects and each time I restart MyEclipse I have to touch each pom (add a space, remove space, and save) to get it to see the dependencies linked to other projects in the workspace. Without doing this each project says it cannot resolve the classes of the other projects.
After touching each pom, all works correctly, with 12 projects in the workspace, this is troublesome. So I wanted to know is there something I have to set or add to get this to not happen after each restart?
I am using MyEclipse 7.0 M2 and have the M2Eclipse turned on in the maven settings.
Thanks for any help,
Ed