vlingo/xoom-schemata

[Build] Build vlingo-* dependencies in CI from scratch instead of pulling them from central

wwerner opened this issue · 1 comments

Due to the current versioning scheme, the contents of a non-SNAPSHOT dependency might change (for a thorough discussion see vlingo/xoom-actors#17).

With artifacts being cached either in .m2 or in proxies on the way from central to where ever the build runs, this leads to flakey builds.

To work around this until the mentionend issue is resolved, we just build the dependencies freshly in CI on each build

Closed with 6ab8452, 56b12a9, bb1a514 and b1e8a8a.