All Ant tasks are first class citizens in Maven. So when maven does a <copy/> it is using the Ant copy task. For examples on scripting in Maven, look in maven-plugins in CVS. Look for ant: to find lots of examples.
Here's an article about writing a plugin, which is representative of writing a maven.xml as well: http://www.onjava.com/pub/a/onjava/2004/03/17/maven.html It links to a good howto to get started as well.. Eric > -----Original Message----- > From: Feilpe Vieira Silva [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 04, 2004 7:07 PM > To: [EMAIL PROTECTED] > Subject: how can I use an ANT task inside my maven.xml > > > Dear members, > > I have an ANT build.xml files, with several well tested tasks and now > I�m trying to migrate to maven. > > can I just copy these tasks inside of the maven.xml? and how can > I call them? > if not, what I must do instead? > > regards, > > Felipe Ga�cho > Schoolbus owner > https://schoolbus.dev.java.net > > --------------------------------------------------------------------- > 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]
