Is there a migration path from Maven to Bazel?
问题 Now that Bazel (http://bazel.io/) has been opensourced, is there an incremental process by which I can gradually migrate (a large repository) from Maven to Bazel? 回答1: In the two years since Ulf responded, there's been a few efforts to assist with maven to bazel migration. In particular, the Bazel team is creating a tool to assist with this: https://github.com/bazelbuild/migration-tooling The tool generates expansive WORKSPACE files from a set of pom files or maven coordinates. In the ideal