You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Mitesh Patel <pm...@yahoo.com> on 2009/04/03 05:17:34 UTC

antrun tasks called twice in install phase

Hi,

I have a project which have antrun plugin tasks to call ant file to prepare the build files.
when i run "mvn clean install deploy" the antrun tasks called twice.

Any idea what could be wrong??

Thanks,
Mitesh



      

Re: antrun tasks called twice in install phase

Posted by Dan Tran <da...@gmail.com>.
by invoking install and deploy build lifecycle, your antrun is called
twice.  remove 'install' will solve the issue

-D

On Thu, Apr 2, 2009 at 8:17 PM, Mitesh Patel <pm...@yahoo.com> wrote:
> Hi,
>
> I have a project which have antrun plugin tasks to call ant file to prepare the build files.
> when i run "mvn clean install deploy" the antrun tasks called twice.
>
> Any idea what could be wrong??
>
> Thanks,
> Mitesh
>
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org