bazelbuild / migration-tooling

Migration tools for Bazel
Apache License 2.0
44 stars 30 forks source link

Add support for maven scopes. #60

Closed jkinkead closed 6 years ago

jkinkead commented 6 years ago

This will generate targets for direct compile, test, runtime, and provided dependencies, and will generate targets for transitive compile and runtime dependencies.

Fixes #3 and #32 .

bazel-io commented 6 years ago

Can one of the admins verify this patch?

petroseskinder commented 6 years ago

Thank you. LGTM @cgrushko @damienmg

damienmg commented 6 years ago

jenkins: test this please