You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Richard Allen <ri...@gtri.gatech.edu> on 2005/11/17 18:12:51 UTC

[m2] How to detach Maven plugin from the lifecycle and attach my own plugin

How do I detach the maven-war-plugin from the build lifecycle and attach 
my own plugin in it's place?

Thanks,
Richard Allen

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


Re: [m2] How to detach Maven plugin from the lifecycle and attach my own plugin

Posted by Richard Allen <ri...@gtri.gatech.edu>.
Thanks, I've defined my own packaging and it does solve my problem.

Richard Allen

Brett Porter wrote:

>You need to define your own packaging instead of war - goals can't be
>atached but you can redefine the lifecycle calling the other goals.
>
>- Brett
>
>On 11/18/05, Richard Allen <ri...@gtri.gatech.edu> wrote:
>  
>
>>How do I detach the maven-war-plugin from the build lifecycle and attach
>>my own plugin in it's place?
>>
>>Thanks,
>>Richard Allen
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>>For additional commands, e-mail: users-help@maven.apache.org
>>
>>
>>    
>>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>For additional commands, e-mail: users-help@maven.apache.org
>
>  
>


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


Re: [m2] How to detach Maven plugin from the lifecycle and attach my own plugin

Posted by Brett Porter <br...@gmail.com>.
You need to define your own packaging instead of war - goals can't be
atached but you can redefine the lifecycle calling the other goals.

- Brett

On 11/18/05, Richard Allen <ri...@gtri.gatech.edu> wrote:
> How do I detach the maven-war-plugin from the build lifecycle and attach
> my own plugin in it's place?
>
> Thanks,
> Richard Allen
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

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