On 2016-08-05T18:48:25 +0200
Anders Hammar <and...@hammar.net> wrote:
>
> Executing
> mvn verify deploy
> will execute the build lifecycle twice. No need to do that. Just execute
> mvn deploy
> as the deploy phase comes after the verify phase.


On 2016-08-05T18:09:46 +0100
Stephen Connolly <stephen.alan.conno...@gmail.com> wrote:
>
> TL;DR don't run `mvn clean verify deploy` run `mvn clean deploy` as
> `deploy` is after `verify`
> 

Thanks, both of you!

After some five years of using Maven daily, I had no idea that it
didn't eliminate redundant lifecycle calls in that manner... Always
something new.

M

Attachment: pgp_jUBmBDnHZ.pgp
Description: OpenPGP digital signature

Reply via email to