Or you could put an antrun task to run in generate-sources that would delete all the class files in target/classes and target/testclasses every time before compiling. (Oh and check my spelling there.)
-- Lee On Wed, Jun 10, 2009 at 12:29 PM, Wayne Fay <[email protected]> wrote: > > anyway to request maven-compiler-plugin "always compile" > > (instead of check source newer than class) > > If not, it would be pretty simple to add. > > Having said that, the recommended approach would be to always use "mvn > clean ..." which will delete the files in /target, thus guaranteeing > the "always compile" function you require. > > Wayne > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- -- Lee Meador Sent from gmail. My real email address is lee AT leemeador.com
