cloud-opensource-java icon indicating copy to clipboard operation
cloud-opensource-java copied to clipboard

Linkage Checker to work without touching the user's .m2 cache?

Open suztomo opened this issue 6 years ago • 0 comments

(Not decided to work on this yet but filing it as an idea)

Kenn's comment in https://github.com/apache/beam/pull/10184#discussion_r349283259

Can we publish somewhere under build/ instead, or to a tempdir, so that we don't have to install to the user's .m2 cache?

Idea is, by using somewhere else than user's .m2 cache, it will be easy to cleanup the side effect of LinkageCheckerMain.

Think about a scenario where a user (Beam Developer for example) suffers from their .m2 cache having these artifacts and their dependencies.

suztomo avatar Nov 22 '19 15:11 suztomo