what exactly does m2eclipse do during build? does it compile all sources/test sources? doesn't JDT compiler do this?
Also i see this behaviour which is different from maven cli build results. i have compile error in some of my test code but when I do clean build m2eclipse ends without any error. - maven cli build fails if i change some test code ann run clean build m2eclipse ends with "Nothing to compile - all classes are up to date" message. - maven cli build compiles changes classes ________________________________ From: Kamlesh Sangani <[email protected]> To: [email protected] Sent: Friday, March 13, 2009 3:16:36 PM Subject: Re: [m2eclipse-user] Deafult build goal Thanks. Is there a way to set this goal for all projects? ________________________________ From: Igor Fedorenko <[email protected]> To: [email protected] Sent: Friday, March 13, 2009 2:08:03 PM Subject: Re: [m2eclipse-user] Deafult build goal Right-click in the project, Properties, Maven. There you can configure goals to execute on project clean and on resource change. You can also configure goals to execute on project import and project configuration update in Window, Preferences, Maven. -- Regards, Igor Kamlesh Sangani wrote: > m2eclipse 0.9.6 > eclipse 3.4.1 > > What's the default build goal for m2eclipse? I currently see it as > process-test-resources. Is there a way to confgiure this? > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
