I didn't use Maven project setting. I setup the output folder to classes. Is this the problem?
Eugene Kuleshov wrote: > > > It is in project project popup menu. Properties / Maven. > http://docs.codehaus.org/display/M2ECLIPSE/Dependency+Management > > regards, > Eugene > > > youhaodeyi wrote: >> I don't find the goals in Maven page. Could you tell me how to set it? >> >> >> >> Eugene Kuleshov wrote: >> >>> 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 >>> >>> >>> >>> >>> >> >> > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > > -- View this message in context: http://www.nabble.com/How-to-disable-Maven-build-in-Eclipse--tp18567030p18581444.html Sent from the Maven Eclipse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
