Get to know well the plugins page: http://maven.apache.org/reference/plugins/index.html
Everything in Maven is done through a plugin. Read the docs well too: http://maven.apache.org/ Read all the documents in "Getting Started" and "User's Guide" sections. -----Original Message----- From: ah2 sur communication-langages-et-systemes.com [mailto:[EMAIL PROTECTED] Sent: Sunday, July 17, 2005 7:56 AM To: [email protected] Subject: newbie : how to have a task (copying files...) done with Maven Hello, To prepare the build of my project, I regularly need to "do some cleaning of the folders" : delete, move and copy of files. How do I do that with maven ? I thought of writting an ant task, but is there a way to do it directly in maven ? If I make a "build ant file", how do I get it executed in maven ? Thanks, Antoine --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
