elastic / ecs-logging-java

https://www.elastic.co/guide/en/ecs-logging/java/current/intro.html
Apache License 2.0
139 stars 74 forks source link

Switch to nexus plugin for releases #235

Closed JonasKunz closed 4 months ago

JonasKunz commented 4 months ago

The maven-deploy-plugin requires a manual promotion of the artifacts via the OSS Sonatype UI. To avoid this manual step, this PR switches to the nexus plugin for deploying.

This PR is based on the usage of the nexus plugin in apm-agent-java, so hopefully it should work out of the box.