You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Benson Margulies <bi...@gmail.com> on 2010/07/23 23:50:49 UTC

maven-invoker-plugin and dependencies

I want to add a project that runs the maven-invoker-plugin to the end
of a large, multi-module build. How do I ensure that this runs at the
end and does not get shuffled by the reactor to some earlier point? Do
I have to add dependencies to the project?

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


Re: maven-invoker-plugin and dependencies

Posted by Benson Margulies <bi...@gmail.com>.
OK, that's clear enough if a bit on the cumbersome side (remembering
to keep adding dependencies).

On Sat, Jul 24, 2010 at 3:32 AM, Stephen Connolly
<st...@gmail.com> wrote:
> Sorry that should read: "put the execution in its own module and make that
> module depend on all the other modules (which will force that module to the
> end of the build plan)"
>
> Wouldn't want you having it depend on just half of the modules (every other
> == every second) ;-)
>
> -Stephen
>
> On 24 July 2010 08:30, Stephen Connolly <st...@gmail.com>wrote:
>
>> put the execution in its own module and make that module depend on every
>> other module (which will force that module to the end of the build plan)
>>
>>
>> On 23 July 2010 22:50, Benson Margulies <bi...@gmail.com> wrote:
>>
>>> I want to add a project that runs the maven-invoker-plugin to the end
>>> of a large, multi-module build. How do I ensure that this runs at the
>>> end and does not get shuffled by the reactor to some earlier point? Do
>>> I have to add dependencies to the project?
>>>
>>> ---------------------------------------------------------------------
>>> 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: maven-invoker-plugin and dependencies

Posted by Stephen Connolly <st...@gmail.com>.
Sorry that should read: "put the execution in its own module and make that
module depend on all the other modules (which will force that module to the
end of the build plan)"

Wouldn't want you having it depend on just half of the modules (every other
== every second) ;-)

-Stephen

On 24 July 2010 08:30, Stephen Connolly <st...@gmail.com>wrote:

> put the execution in its own module and make that module depend on every
> other module (which will force that module to the end of the build plan)
>
>
> On 23 July 2010 22:50, Benson Margulies <bi...@gmail.com> wrote:
>
>> I want to add a project that runs the maven-invoker-plugin to the end
>> of a large, multi-module build. How do I ensure that this runs at the
>> end and does not get shuffled by the reactor to some earlier point? Do
>> I have to add dependencies to the project?
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>>
>

Re: maven-invoker-plugin and dependencies

Posted by Stephen Connolly <st...@gmail.com>.
put the execution in its own module and make that module depend on every
other module (which will force that module to the end of the build plan)

On 23 July 2010 22:50, Benson Margulies <bi...@gmail.com> wrote:

> I want to add a project that runs the maven-invoker-plugin to the end
> of a large, multi-module build. How do I ensure that this runs at the
> end and does not get shuffled by the reactor to some earlier point? Do
> I have to add dependencies to the project?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>