* Capture details on mojo goal executions: deploy:deploy, spring-boot:build-image
* Update screenshot
* Make spotless happy
* Clarify TODO + better class name
* Improve code
* Code cleanup
* Code cleanup
* Add handlers for `snyk:test` and `snyk:monitor`
* Add support for the Google Maven Jib Plugin
* Add unit tests, code cleanup
* Better README.md
* Better README.md
* Cleanup code
* Iterate on the semantic conventions
* Replace Optional by `@Nullable
* Make the built-in MojoGoalExecutionHandlers non-public while keeping the SPI mechanism
* Make the built-in MojoGoalExecutionHandlers non-public while keeping the SPI mechanism
* spotless apply
* Stop capturing auth username waiting for config flag to disable this
* Fix Javadocs
* Fix typo
* Use Auto Configuration Otel SDK Builder
* Cleanup
* Cleanup
* set default otel exporter to "none" rather than "otlp" if no otlp endpoint is defined
* Bump dependency
* Cleanup
* Cleanup
* fix bug, use uppercase for env vars
* Rely on the OkHttp impl of gRPC bundled with otel SDK 1.9
* Rollback renaming to ease PR review
* Rollback change to ease PR review
* formatting
* Simplify configuration logic: default `-Dotel.traces.exporter` / `OTEL_TRACES_EXPORTER` to `none
* spotless glitch
* Code cleanup
* Option to disable the creation of spans per mojo goal execution
* Better documentation
* Small doc tweak
* Use config param `OTEL_INSTRUMENTATION_MAVEN_MOJOS_ENABLED` instead of `OTEL_MAVEN_INSTRUMENTATION_MOJOS_ENABLED`
* config param: `maven.mojo` / `MAVEN_MOJO` rather than `maven.mojos` / `MAVEN_MOJOS`
Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>
* Manually remove from pom.xml the dependencies that have been inlined by the shadow plugin
* Manually remove from pom.xml the dependencies that have been bundled by the shadow plugin