You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by rhyolight <rh...@gmail.com> on 2007/10/11 18:40:47 UTC

[m2] plugin to combine other plugins?

I'm new to Maven.  I would like to call something like "mvn update-deploy"
from the command line that will resolve to "mvn scm:update clean
site-deploy".

Is there an easy way to create a shortcut like this without writing a mojo? 
-- 
View this message in context: http://www.nabble.com/-m2--plugin-to-combine-other-plugins--tf4608565s177.html#a13159862
Sent from the Maven - Users mailing list archive at Nabble.com.


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


Re: [m2] plugin to combine other plugins?

Posted by rhyolight <rh...@gmail.com>.
Understood.  That would be easy.  I'm coming from a very ant-heavy
environment, so I'm used to doing anything/everything with any.  Just
wondering if there was a Maven Way to do such a task.

Thanks!


Wayne Fay wrote:
> 
> Most people just write a little batch file to do this kind of thing,
> not a plugin.
> 
> Wayne
> 
> On 10/11/07, rhyolight <rh...@gmail.com> wrote:
>>
>> I'm new to Maven.  I would like to call something like "mvn
>> update-deploy"
>> from the command line that will resolve to "mvn scm:update clean
>> site-deploy".
>>
>> Is there an easy way to create a shortcut like this without writing a
>> mojo?
>> --
>> View this message in context:
>> http://www.nabble.com/-m2--plugin-to-combine-other-plugins--tf4608565s177.html#a13159862
>> Sent from the Maven - Users mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> 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
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/-m2--plugin-to-combine-other-plugins--tf4608565s177.html#a13160120
Sent from the Maven - Users mailing list archive at Nabble.com.


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


Re: [m2] plugin to combine other plugins?

Posted by Wayne Fay <wa...@gmail.com>.
Most people just write a little batch file to do this kind of thing,
not a plugin.

Wayne

On 10/11/07, rhyolight <rh...@gmail.com> wrote:
>
> I'm new to Maven.  I would like to call something like "mvn update-deploy"
> from the command line that will resolve to "mvn scm:update clean
> site-deploy".
>
> Is there an easy way to create a shortcut like this without writing a mojo?
> --
> View this message in context: http://www.nabble.com/-m2--plugin-to-combine-other-plugins--tf4608565s177.html#a13159862
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> 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