From 24bd026cd058f555e39b938865aac07de663beb0 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Mon, 17 Aug 2026 19:44:41 +0200 Subject: [PATCH] Establish an automatic module name org.codehaus.plexus.build, the top-level package. A published module name is a contract; it must not change once released. The entry joins the existing maven-jar-plugin block rather than a new one, so the test-jar execution already configured there is untouched. --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index aab7d72..3fe831f 100644 --- a/pom.xml +++ b/pom.xml @@ -100,6 +100,13 @@ See the Apache License Version 2.0 for the specific language governing permissio org.apache.maven.plugins maven-jar-plugin + + + + org.codehaus.plexus.build + + +