Ok, it's not as strange as I thought, my pom had an error. 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: > > Hey, same problem here, just posted about it, didn't see this one =/ > > I was getting the same thing here, every build I've tried just froze, the > execution never finished. However I've followed Baptiste's advice and > pushed the Debug Mode button. Suddenly It began to work! And now, I can't > even reproduce the problem, every build goes normal! > > Strange, isn't it? > > > Eugene Kuleshov wrote: >> >> Denis Boissé wrote: >>> >>> When I execute a maven goal, nothing appears to the Eclipse maven >>> console. >>> >>> It’s like a infinite loop because the button is always red on the >>> console. >>> >>> Others functionality seems to work well. >>> >> Denis, can you please check Maven console (you can open it from the drop >> down on the toolbatr in Console view) and Eclipse error log. >> >> You can also check if Maven goals are working on some simple projects >> that you can create using Maven project wizard. Then if those work, it >> could have something to do with the project you are running them on and >> if embedded Maven runtime doesn't work on that project you can configure >> Maven plugin to use external Maven installation to run goals (see Maven >> preferences). >> >> regards, >> Eugene >> >> >> >> --------------------------------------------------------------------- >> To unsubscribe from this list, please visit: >> >> http://xircles.codehaus.org/manage_email >> >> >> >> > > -- View this message in context: http://www.nabble.com/installation-problem-tp16256155s177p16259822.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
