If what you should done isn't done in an existing plugin, you can either create your own plugin as Jeff said, or create a custom goal or extend an existing one through the maven.xml file :
http://maven.apache.org/reference/scripting.html Arnaud > -----Message d'origine----- > De : Jeff Jensen [mailto:[EMAIL PROTECTED] > Envoyé : dimanche 17 juillet 2005 14:46 > À : 'Maven Users List' > Objet : RE: newbie : how to have a task (copying files...) > done with Maven > > 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] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
