Bazel@HEAD (and the upcoming Bazel 2.0) will flip --incompatible_remove_native_maven_jar to true by default.
Building //... breaks with that flag enabled.
Repro:
- build Bazel at bazelbuild/bazel@8f075d2
- use that to build
//test/... at ff57530
- the build fails, but if you add
--noincompatible_remove_native_maven_jar then it works