> 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]
