There is one problem when using Maven project configuration. It puts test classes and java classes into separate directories. If I run the test code which import classes from java classes, it will prompt cannot find class.
Eugene Kuleshov wrote: > > > We don't expect you to configure any folders. You should be using > "Maven / Update project configuration" action from the project popup > menu to bring Eclipse project configuration up to date with pom.xml > > regards, > Eugene > > > youhaodeyi wrote: >> 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? >>>> >>>> > > > --------------------------------------------------------------------- > 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--tp18567030p18602848.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
