From 3193194b4d598a458418e3d99321a557582ba56c Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Sun, 2 Jul 2023 14:48:02 +0200 Subject: [PATCH] pom cleanup --- plexus-component-annotations/pom.xml | 2 +- plexus-component-metadata/README.txt | 4 ---- plexus-component-metadata/pom.xml | 22 +--------------------- plexus-container-default/pom.xml | 12 ------------ pom.xml | 25 ------------------------- 5 files changed, 2 insertions(+), 63 deletions(-) delete mode 100644 plexus-component-metadata/README.txt diff --git a/plexus-component-annotations/pom.xml b/plexus-component-annotations/pom.xml index de33969f4..59177f798 100644 --- a/plexus-component-annotations/pom.xml +++ b/plexus-component-annotations/pom.xml @@ -11,6 +11,6 @@ plexus-component-annotations Plexus :: Component Annotations (deprecated) - Plexus Component "Java 5" Annotations, to describe plexus components properties in java sources with + Plexus Component Java Annotations, to describe plexus components properties in java sources with standard annotations instead of javadoc annotations. diff --git a/plexus-component-metadata/README.txt b/plexus-component-metadata/README.txt deleted file mode 100644 index 2156e1272..000000000 --- a/plexus-component-metadata/README.txt +++ /dev/null @@ -1,4 +0,0 @@ -The org.codehaus.plexus.component.repository.cdc package contains some classes copied from the container -before it started using the "default" role hints. - -This can be removed once all supported maven versions are using a container newer than 1.0-alpha-19. diff --git a/plexus-component-metadata/pom.xml b/plexus-component-metadata/pom.xml index b3641c0aa..e1d391eb5 100644 --- a/plexus-component-metadata/pom.xml +++ b/plexus-component-metadata/pom.xml @@ -13,7 +13,7 @@ maven-plugin Plexus :: Component Metadata (Maven Plugin) (deprecated) - A Maven plugin to generate Plexus Components descriptors from source javadoc tags and Java 5 class annotations. + A Maven plugin to generate Plexus Components descriptors from source javadoc tags and Java class annotations. @@ -61,7 +61,6 @@ org.apache.maven.plugin-tools maven-plugin-annotations - 3.8.2 provided @@ -71,31 +70,12 @@ - - - - - org.apache.maven.plugins - maven-plugin-plugin - 3.8.2 - - - - - org.apache.maven.plugins maven-plugin-plugin - - maven-javadoc-plugin - - -Xdoclint:none - false - - diff --git a/plexus-container-default/pom.xml b/plexus-container-default/pom.xml index bc4ba9129..56f7d7810 100644 --- a/plexus-container-default/pom.xml +++ b/plexus-container-default/pom.xml @@ -37,7 +37,6 @@ maven-surefire-plugin - once **/Test*.java **/Abstract*.java @@ -81,15 +80,4 @@ - - - - maven-javadoc-plugin - - -Xdoclint:none - false - - - - diff --git a/pom.xml b/pom.xml index ab151abbb..a5084c0a9 100644 --- a/pom.xml +++ b/pom.xml @@ -123,15 +123,6 @@ - - org.codehaus.mojo - cobertura-maven-plugin - 2.7 - - false - true - - org.apache.maven.plugins maven-release-plugin @@ -139,22 +130,6 @@ true - - maven-checkstyle-plugin - 3.3.0 - - - com.puppycrawl.tools - checkstyle - 9.3 - - - org.apache.maven.shared - maven-shared-resources - 5 - - -