The default goals run on incremental builds in Eclipse are "process-resources resources:testResources", and goals run in the full build are "process-test-resources".

You can change those from Maven panel in project properties. http://docs.codehaus.org/display/M2ECLIPSE/Dependency+Management

Note that process-test-resources is a build lifecycle phase and it includes "compile" phase, hence run compilation.

 regards,
 Eugene


youhaodeyi wrote:
When I modified a resource file and save the file, eclipse will run "mvn
compile" to build this maven project which slowed my working. How can I
disable it?


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to