bazel_maven_repository icon indicating copy to clipboard operation
bazel_maven_repository copied to clipboard

Support an "explicit_artifacts" and "transitive_artifacts" separation with separate visibility

Open cgruber opened this issue 3 years ago • 0 comments

Allow the provision of transitively-accessed deps - needed to satisfy the graph, but not directly referenced in the project. This can be directly configured or maybe a pin-file. This file could be generated. The artifacts referenced there must not be in the direct list, and they are visibility locked to the external workspace they're defined in. This can allow the artifact list to be more manageable, and a more precise targeting and management.

cgruber avatar Apr 29 '21 06:04 cgruber