Hello everyone, I have a relatively small project which I am working on using the m2eclipse plug-in, it seems to work pretty well, but sometimes when I, say, change a properties file or an XML file (for spring), Eclipse 3.4 pops up with the progress window showing one particular item: "Invoking 'Maven Project Builder' on myproject"
which NEVER finishes, it does not cause eclipse to freeze, but all tasks that I try to do are in a pending state waiting for the above task to complete. When this happens I switched to the Maven Console view to see what the heck it was doing and the lines that it always seems to get stuck on are these: [INFO] Searching repository for plugin with prefix: 'resources'. [INFO] org.apache.maven.plugins: checking for updates from artifactory Note, "artifactory" is my local artifactory repository...obviously. So it seems that it is trying to get a plug-in called: "resources" what exactly is that and why would it hang? Even when I click the red cancel button, it does say: "Building Workspace (Cancel Request)" But never actually cancels... Anyone else have this issue? A few people in my team are having this as well. Thanks a lot! Mark
