2010/4/29 Anders Hammar :
> Please explain exactly what you want to do (what do the ant tasks do), so we
> can help you do that in a correct Maven way. Very likely, there are maven
> plugins that do this so that you can remove the dependency to ant.
Moreover, since you are a newbie, I suggest to r
t task. Can you please help?
> Can you please provide an example for doing this?
>
> Regards,
> Partha.
>
> -Original Message-
> From: Kalpak Gadre [mailto:kalpa...@gmail.com]
> Sent: Thursday, April 29, 2010 2:12 PM
> To: users@maven.apache.org
> Subject: Re
2010/4/29 Partha Maitra :
> Thanks for your reply, actually I would want to perform some additional ant
> tasks, but instead of calling an additional goal as "antrun:run" I would want
> to use normal "mvn clean install". When I call this "mvn install" I would
> expect to run the ant task. Can yo
. Can you please help?
Can you please provide an example for doing this?
Regards,
Partha.
-Original Message-
From: Kalpak Gadre [mailto:kalpa...@gmail.com]
Sent: Thursday, April 29, 2010 2:12 PM
To: users@maven.apache.org
Subject: Re: Using Ant script in Maven
Hi Partha,
If you just ne
e from one location to the source directory of the project
when I give the command as "mvn clean install"
Can you please help?
-Original Message-
From: Antonio Petrelli [mailto:antonio.petre...@gmail.com]
Sent: Thursday, April 29, 2010 1:53 PM
To: Maven Users List
Subject: Re: Using
2010/4/29 Partha Maitra :
> Thanks for your quick reply, but in order to run this I would have to use the
> goal as "antrun:run" if I am not woring(as I am very new to Maven) , but I
> need to run the ant command that will just copy 1property file from one
> location to the source directory of t
ect when I give the command as "mvn clean
install"
Can you please help?
-Original Message-
From: Antonio Petrelli [mailto:antonio.petre...@gmail.com]
Sent: Thursday, April 29, 2010 1:53 PM
To: Maven Users List
Subject: Re: Using Ant script in Maven
2010/4/29 Partha Maitra :
>
-Original Message-
From: Antonio Petrelli [mailto:antonio.petre...@gmail.com]
Sent: Thursday, April 29, 2010 1:53 PM
To: Maven Users List
Subject: Re: Using Ant script in Maven
2010/4/29 Partha Maitra :
> I am very new to Maven, and would like to know how to add an "ant&qu
2010/4/29 Partha Maitra :
> I am very new to Maven, and would like to know how to add an "ant" task as a
> pert of my "install" goal, i.e. if I use mvn install it should first run that
> ant task.
AntRun plugin:
http://maven.apache.org/plugins/maven-antrun-plugin/
However I think you should che