youhaodeyi wrote:
When I clean a Maven Project in eclipse, it will invoke maven build process
which would be pretty slow. How can I disable this function?
The goals that runs on the full project build can be configured from the Maven page in project preferences.

Note that if you do that some stuff might not work as you want. You may want to look at your build and remove bindings that are unnecessary in IDE, e.g. if generation of javadocs is bound to the "package" build phase. It would hard to suggest more without looking at the log from Maven console shown during project clean build.

 regards,
 Eugene



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

   http://xircles.codehaus.org/manage_email


Reply via email to