For this case we really just need to be able to sp...
# general
j
For this case we really just need to be able to specify a BUILD file to pull from, we probably don’t need all the power the CmdLineSpecParser offers, but since we already have syntax for it, it might feel more consistent to use it rather than doing something like recognizing
.*/BUILD*
strings explicitly in managed_jar_dependencies, or by adding an
artifacts_from_build=
arg (though that doesn’t seem too bad either)