Hey y'all. Got a question on publishing artifacts ...
# general
e
Hey y'all. Got a question on publishing artifacts (jars, specifically). Given package
foo
that depends on package
bar
, is there any way to publish a jar that includes both packages? It seems that pants requires both packages to have a
provides
with a separate artifact id, which seems to indicate that it would publish them as separate jars