From 082900a7446957f5383b21ab8bee3298f392c041 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Sat, 8 Aug 2026 18:54:33 +0200 Subject: [PATCH] Describe the parent POM as what it is The description read 'The Plexus project provides a full software stack for creating and executing software projects.' That dates from when Plexus was an IoC container and application stack. It has not been true since Eclipse Sisu replaced the container, and our own overview page says so. It matters beyond this file: every project that does not set its own description inherits this one onto its generated site homepage. The plexus-i18n site currently renders it verbatim under the heading 'About Plexus I18N Component'. Descriptions are being added to the projects that lack one, so nothing should inherit this for long. plexus-interactivity, plexus-interpolation and plexus-io are the remaining three. Part of codehaus-plexus/.github#58 --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d761a4e82..6da0a5e48 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,8 @@ limitations under the License. pom Plexus - The Plexus project provides a full software stack for creating and executing software projects. + Parent POM for the Codehaus Plexus projects, providing shared build, reporting and + release configuration. https://codehaus-plexus.github.io/plexus-pom/ 2001