Dan Diephouse wrote:
Why is the m2e plugin always updating my dependencies all the time? Can you make it so it only does this if my POM is changed? I don't see any reason why it should have to load all my POMs and update dependencies when I restart, which is what it seems to be doing.
This is how it is intended to work. So, it only updates dependencies when pom changes, but in order to track changes we need to load all Maven projects when IDE starts. But reading projects may trigger updating dependencies (especially snapshots), e.g. based on Maven's update rules. Perhaps we could try to disable that and also track corner cases that may trigger additional dependency resolution.

Do you have your projects in public source repository that we can access? It may help us to reproduce your issue.

 regards,
 Eugene



---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to