From 9d383dbdecb07f10bd78a56f20ec8894e0431f9d Mon Sep 17 00:00:00 2001 From: Andreas Stefl Date: Sun, 2 Aug 2026 15:41:28 +0200 Subject: [PATCH] fix(maven): name the central deployment after its coordinates The plugin's default deployment name is the literal "Deployment", so the portal listed the jar and the AAR as one named upload and one anonymous one. The AAR's plugin builds `group-artifactId-version` for itself; this is the same shape. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01YSePnR4Jcj5cq3H1D11xcd --- jni/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/jni/pom.xml b/jni/pom.xml index 9aba99e6..ec2ff9a8 100644 --- a/jni/pom.xml +++ b/jni/pom.xml @@ -173,6 +173,10 @@ false + + ${project.groupId}-${project.artifactId}-${project.version}