I use Eclipse and I have serious problems :-( First I try to reconstruct my situation rudely for you:
I am using Maven to automate a project that is being developed in RAD 7.5. I\'ve installed m2eclipse in RAD 7.5 , updated ( manually ) maven dependencies , and it builds Maven way within RAD.
I installed Eclipse Helios with the m2eclipse maven plugin. I want to create an application using JPA. So, what I do is: New > Maven Project then I select the maven default archetype.
I working with Eclipse Helios, m2eclipse Maven plugin and Glassfish plugin. I edited the \"pom.xml\" file so that I can get the DerbyClient and the JPA Persistence classes.
I recently set up a j2ee development environment under Ubuntu: Eclipse (Helios) with the maven plugin (m2eclipse).
I use eclipse and the maven plugin. I have a big multi-module project (~6 modules in the workspace). I often have the problem that when running my program (jetty:run) my application does not start bec
I import Appfuse 2.1 into Eclipse 3.5 with m2eclipse. When I deploy it to tomcat, my web.xml goes to \"WEB-INF\\classes\\WEB-INF\\web.xml\"
Using eclipse 3.5, when I create a new maven project, m2eclipse automatically adds J2SE1.4 to libraries and Compiler Compliance Level to 1.4 (开发者_如何学CProject properties > Java Compiler).
i\'m 开发者_运维技巧trying to use Nexus + m2eclipse/maven-3 professionnally, and i\'ve got a huge 3rd party library that needs a lot of dependencies.
I\'ve been doing just simple archetype projects until now, and always after dependencies definition and saving pom.xml, immediately after that the Maven Dependencies library was full of libraries. But