I'm using Maven 2.2.1 and m2eclipse.
I have two resource folders.
When I save a change to any file in any of the resource folders, the Maven incremental build kicks off and re-copies ...
I'm using eclipse with the m2eclipse plugin. I create my projects as maven projects, create the pom, and run m2eclipse on the projects to enable workspace dependency resolution. When its time ...
How can I stop Eclipse (Helios) and m2eclipse plug-in to hide last dotted part of folder names when importing existing maven projects into workspace?
While importing existing maven projects into workspace, ...
I want that when I run the mvn install, a war can be generated in the /target and an other war in the c:....tomcat 6\deploy directory.
I'm using maven2, Eclipse and m2eclipse. ...
I see that m2e is able to create all the necessary artifacts for building my web application.
However the problem I'm facing is that I don't see the "Web Resources" section in ...
I have a maven project in eclipse and have maven goals that run annotation processors to generate code. The output folder for this code is target/generated-sources/apt.
In order for eclipse to see ...
I'm using eclipse 3.7 and my local maven repository has a bunch of jars in it. I tried to build the project on another computer that is on a different ...
i am using eclipse helios 3.6.1 and WTP 3.2 with tomcat 7
and maven 2 as build tool, m2eclipse plugin.
when trying to run project on server from eclipse, i get endless exceptions
this ...