bazeltools / bazel-deps

Generate bazel dependencies for maven artifacts
MIT License
250 stars 122 forks source link

Generated names should match those created by `java_import_external` #257

Open shs96c opened 5 years ago

shs96c commented 5 years ago

If a project uses both java_import_external and bazel-deps, conditionally checking for the presence of build rules before loading an external jar, then all manner of chaos can ensue. Using the same naming structure means the two can interoperate freely.