On Monday 06 June 2005 17:29, Emmanuel Venisse wrote: > you can run "clean" goal before it. > > Emmanuel
Not sure that's practical in all cases. In any case, it's just the javac target that needs a pre-clean. None of the other steps do. I'll try adding clean as a preGoal for java:compile and see what happens. Perhaps just deleting target/classes in preGoal would be safer. Thanks, Matthew --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
