On 9/17/07, Gordon Dickens <[EMAIL PROTECTED]> wrote: > I am fairly new to Maven 2 and I need help understanding how to extend > the "clean" task. I want to delete some files/directories during the > clean phase.
If you can, make the build put them under 'target' where they will be deleted naturally by 'mvn clean'. If that's not possible, then you can configure the clean plugin to delete additional files: http://maven.apache.org/plugins/maven-clean-plugin/examples/delete_additional_files.html -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
