Re: how to clean up all generated files under target directory

2011-06-22 Thread Sascha Vogt
Hi all, Am 22.06.2011 04:18, schrieb Barrie Treloar: I recommend reading some of the books http://maven.apache.org/articles.html If you are doing anything besides just building a plain old jar file, then you need to up skill a bit to make sure you do things right. There is too much

RE: how to clean up all generated files under target directory

2011-06-22 Thread Diego Lin
Only run mvn clean. -Original Message- From: Sascha Vogt [mailto:sascha.v...@gmail.com] Sent: Wednesday, 22 June 2011 15:31 To: users@maven.apache.org Subject: Re: how to clean up all generated files under target directory Hi all, Am 22.06.2011 04:18, schrieb Barrie Treloar: I

Re: how to clean up all generated files under target directory

2011-06-22 Thread Barrie Treloar
On Wed, Jun 22, 2011 at 5:00 PM, Sascha Vogt sascha.v...@gmail.com wrote: I'm new to maven. Is there any Maven3 documentation out yet? Specifically I need to create a few new packaging types and I didn't find good resources on how to do that with Maven3 (I read somewhere that one can now use

how to clean up all generated files under target directory

2011-06-21 Thread samwun
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

Re: how to clean up all generated files under target directory

2011-06-21 Thread Wendy Smoak
On Tue, Jun 21, 2011 at 10:06 PM, samwun leiwun2...@gmail.com wrote: 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

Resolved Re: how to clean up all generated files under target directory

2011-06-21 Thread samwun
I just found out. should use mvn clean will do the job. -- View this message in context: http://maven.40175.n5.nabble.com/how-to-clean-up-all-generated-files-under-target-directory-tp4512637p4512655.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: how to clean up all generated files under target directory

2011-06-21 Thread Barrie Treloar
On Wed, Jun 22, 2011 at 11:40 AM, Wendy Smoak wsm...@gmail.com wrote: On Tue, Jun 21, 2011 at 10:06 PM, samwun leiwun2...@gmail.com wrote: 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