Updating Maven Dependencies never ends

2011-03-29 Thread Dave DaveLists
Hello, New to the group here. First, I assumed that the developers list was for those developing Maven as opposed to those developing USING Maven. Perhaps this is wrong. By any chance does anyone know why when I installed the 3.0.5 release of the Spring Framework (with its 3.6 Eclipse developer

Re: Updating Maven Dependencies never ends

2011-03-29 Thread Manuel Doninger
I faced a similar issue some times. I think, it's a bug in m2eclipse, thus i call mvn dependency:resolve on the command line, before opening new big projects in eclipse. That prevents eclipse freezing. Manuel On Tue, Mar 29, 2011 at 23:47, Dave DaveLists dbfli...@gmail.com wrote: Hello, New

Re: Updating Maven Dependencies never ends

2011-03-29 Thread Nick Stolwijk
Your assumption was correct, but even this is the wrong mailing list. The Maven plugin used in STS or Eclipse is M2Eclipse and they have their own development and mailing list [1]. I know it is hard in the beginning to get the right mailing list. Maven and the default plugins (all in group

Re: Updating Maven Dependencies never ends

2011-03-29 Thread Dave DaveLists
Nick Stolwijk : thanks for setting me straight on the selection of mailing lists. That will come in handy. Manuel Doninger: I may have used a hail mary to post in this list but your reply was exactly correct and fixed my problem. Thank you!!! -Dave