Binding the mojo in the install phase will run it after anything already 
executed in the install phase, which should be sufficient for your use case 
(you can probably even run it in the package phase since everything attaching 
artifacts will happen there).

- Brett

On 25/07/2012, at 7:08 AM, Mirko Friedenhagen wrote:

> Hello,
> 
> in a multi-module project, I want to create a sha1 list of all
> artifacts created. For that I created a Mojo which collects all
> artifacts as well as attachedArtifacts from the executionRoot as well
> as the invoking parent. Now I probably need a way to execute a plugin
> *after* install ran in all projects. Is there a way to define that I
> want to run the mojo "post-install"?
> 
> Regards Mirko
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 

--
Brett Porter
[email protected]
http://brettporter.wordpress.com/
http://au.linkedin.com/in/brettporter
http://twitter.com/brettporter






---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to