[Build] Build vlingo-* dependencies in CI from scratch instead of pulling them from central
wwerner opened this issue · 1 comments
wwerner commented
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