Ok, I've found out the problem (check also Denis Boissé's post). I've enabled the Debug Mode (there is a button for it) and then the console started showing some messages. Then I've realized that Maven froze when trying to resolve an Extension in my pom.xml that doesn't have a version (I thought that the Maven would get the LATEST, but It only works for plugins artifacts).
I've added a version to the extension and the build executed normally. Felipe Kamakura wrote: > > Greetings, > > Strange, any goal/phase called using Run As in Eclipse doesn't execute, it > just freezes. > > I've also tried to created a brand new Simple Project using File -> New -> > Project -> Maven Project, and any build that I invoke just freezes (e.g. > the console is blank and it's status indicates "Executing clean in ...."). > > The only thing I can do is to terminate the execution. > > Any ideas?? > > I'm using: > - Eclipse Europa 3.3.1 M20070921-1145 > - JDK 1.5.0_06 > - M2Eclipse 0.9.0 > - Linux Fedora Core 6 > -- View this message in context: http://www.nabble.com/Run-as...-freezes-in-M2Eclipse-0.9.0-tp16259293s177p16259821.html Sent from the Maven Eclipse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
