quarkiverse / quarkus-azure-services

Quarkus extensions for Azure services
Apache License 2.0
13 stars 18 forks source link

Publish internal deployment libs #214

Closed brunobat closed 4 months ago

brunobat commented 5 months ago

Because the internal libs don't seem to publish the deployment artifacts, it's not possible to include them in outside projects, like the Otel exporter. See: https://github.com/quarkiverse/quarkus-opentelemetry-exporter/pull/143

majguo commented 5 months ago

@brunobat The internal deployment libs are actually published, e.g., https://central.sonatype.com/artifact/io.quarkiverse.azureservices/quarkus-azure-core-deployment, anything missed?

brunobat commented 5 months ago

Interesting, I was hit by resolution errors. Will try again soon.

majguo commented 4 months ago

@brunobat I do see internal libs (e.g., quarkus-azure-http-client-vertx) is successfully used in https://github.com/quarkiverse/quarkus-opentelemetry-exporter/pull/143, closing the issue now.

majguo commented 4 months ago

FYI @edburns @m-reza-rahman.

brunobat commented 4 months ago

thanks @majguo. Will soon try again.