Hi Dan,

Dan Tran wrote:

> Hi
> 
> Is there a hook into after maven deploy to retrieve the snapshot deploy
> name?
> 
> User case:
> 
>   * Maven build, smoke test, and deploy huge artifacts (OVA)
>   * After deploy, continue with more tests but need to know the deploy
>   name
> 
>     (artifactid-version-timesamp.ova), to reference again the test report
> 
> 
> I can write a custom plugin to execute after deploy phase

If it is deployed, it is published - even if a later test might fail. 
Therefore you can move those tests simply into a second project depending on 
the original and let the dependency plugin resolve the name.

Cheers,
Jörg


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

Reply via email to