Is it possible to combine goals and phases under one goal? Like in Ant,
you can say that a certain target depends on a sequential list of
multiple targets. Can you do the same thing in maven?

Roshan

-----Original Message-----
From: Wayne Fay [mailto:[EMAIL PROTECTED] 
Sent: Thursday, November 01, 2007 11:05 AM
To: Maven Users List
Subject: Re: Maven alias phases/goals

You can alter the mvn.bat file to enable this functionality. But then
everyone needs to be using your mvn.bat file, which is not the
standard use case.

Wayne

On 11/1/07, Roshan A. Punnoose <[EMAIL PROTECTED]>
wrote:
> Is it possible in maven to alias a certain phase or goal? For example,
I
> have a goal called sayhi:hello, and all I want a user to enter is mvn
> sayHello to get it to run. Is that possible?
>
> Roshan
>
> ---------------------------------------------------------------------
> 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]

Reply via email to