-
Notifications
You must be signed in to change notification settings - Fork 910
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate opentelemetry-javaagent "-all" artifact during "assemble" #708
Comments
I think we should - I work on this repo and even then every time I do |
I tried adding the obvious to the bottom of
and it works great with
|
Ooops, hit comment too soon: but it doesn't work with
(note size of |
I think we may be able to use the shadow jar publishing configuration since we publish both unshaded and shaded |
Oh but guess that's only publish, not assemble. Hmm - what's lightshadow? :) |
shadow, but without the exporters, therefore |
Ah ok - hmm I'd expect problems with the light shadow (no classifier) but surprised to see a problem with the all one. For replacing a jar with shadow, I always use this pattern to disable the jar task and have it depend on the shadow task (s) |
Currently
does not generate the
-all
artifact.Should we generate the
-all
artifact duringassemble
? (EDIT: based on @anuraaga's feedback below: yes!)#707 is fixing
CONTRIBUTING.md
to accurately reflect the current state, but if we make this change then we can simplifyCONTRIBUTING.md
back to just runningassemble
in the future.The text was updated successfully, but these errors were encountered: