And critically, its collects the external classpat...
# general
e
And critically, its collects the external classpath via `get_artifact_classpath_entries_for_targets`: https://github.com/pantsbuild/pants/blob/master/src/python/pants/backend/jvm/tasks/classpath_products.py#L230 which relies on population of external jar classpath entries via
add_jars_for_targets
as opposed to
add_fot_target(s)