Hello, Every time when I build a maven project, I need to manually remove all generated files under the "target" directory.
How can I use maven remove all these files before starting the build? maven command I used is: mvn compile war:war With this command, ff I don't remove all files in the "target" directory, maven won't update the file for me. Your suggestion is much appreciated. Thanks Sam -- View this message in context: http://maven.40175.n5.nabble.com/how-to-clean-up-all-generated-files-under-target-directory-tp4512637p4512637.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
