I am using m2eclipse for managing maven projects in eclipse. It seems that in the previous release that I was using (0.9.8) the w开发者_StackOverflow社区orkspace resolution did not work at all, but ri
I\'m trying to add JBoss repository to m2eclipse, mainly for Hibernate. It seems to work, but it can\'t find the latest version of Hibernate (3.5.1), only 3.5.0beta. I looked at some other packages, a
How to disable auto \"Update Maven Dependencies\" after saving a pom.xml in Eclipse IDE with m2eclipse Plugin?
I have an maven eclipse webapp project that I was able to right click and \'Run on server\' and it would deploy on tomcat.I recently did a \'maven -> Update project conifgurations\' and I now can NOT
When trying to launch a Web project from within Eclipse I get: SEVERE: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener
Assuming you\'re already using the m2eclipse plugin, what can you do when it doesn\'t update the d开发者_StackOverflowependencies to the latest in your repo?
I created a maven2 project in eclipse, and then I moved the folder to another location. How can I open that project now in eclipse, I can\'t seem to find a \'open an exisiting maven\' project or the
开发者_如何转开发I don\'t need m2eclipse to work properly, I just need to remove m2eclipse for now and let eclipse behave normally. how do i do this?Two solutions:
This started happening when I upgraded my Springsou开发者_如何学JAVArce Tool Suite from 2.3 to 2.3.1.Essentially whenever I do anything, such as open a file, change a file, etc, I have to do a clean.E
I have a Spring web project that uses Maven to compile/build. There is no issue in building the project. I am trying to run the project in Eclipse (3.3.2) on Tomcat (v6) server.