From 005ee1cc34da5082dc935a59c8a632d6c67235d3 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Wed, 19 Aug 2026 18:18:00 +0200 Subject: [PATCH] Describe the artifact in the POM Sonatype Central rejects a deployment whose POM carries no name and no description; the 1.3.0 bundle failed validation on exactly that. Both fields were inherited from the parent before, which the portal does not accept. --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 16afc2c..a2f0bba 100644 --- a/pom.xml +++ b/pom.xml @@ -23,6 +23,11 @@ See the Apache License Version 2.0 for the specific language governing permissio plexus-build-api 1.3.1-SNAPSHOT + Plexus Build API + An API that lets Maven plugins report file changes, messages and progress to whatever is + running the build, so an IDE can refresh what a plugin touched and show its diagnostics in place. Outside + an IDE the default implementation writes to the filesystem and the Maven log. + scm:git:https://github.com/codehaus-plexus/plexus-build-api.git ${project.scm.connection}