Skip to content

Adding --update-snapshots to the maven test command

David Diederich requested to merge update-snapshots-for-aws into master

This will force maven to update any cached snapshot library that it needs. While the compile-and-unit-test job would have done this previously, the .m2 cache is not necessarily shared between runners of these two jobs (if two different runners pick up the jobs).

This maybe could be leading to some issues, though I'm not certain that it is a problem. However, this seems like a fairly low weight change without much harm, so it is worth the try.

Merge request reports