From 5eb546ef822caea3d59c70341db5dc7590c15a22 Mon Sep 17 00:00:00 2001 From: Tamas Cservenak Date: Thu, 7 Oct 2021 14:33:35 +0200 Subject: [PATCH] Get rid of warnings, cleanup Changes: * get rid of unused Plexus XML and properties * sligh updates * use jar-no-fork * remove prerequisite, this is not a maven-plugin --- maven-plugin-testing-harness/pom.xml | 4 +- .../resources/META-INF/plexus/components.xml | 39 ------------------- pom.xml | 11 ++---- 3 files changed, 5 insertions(+), 49 deletions(-) delete mode 100644 maven-plugin-testing-harness/src/main/resources/META-INF/plexus/components.xml diff --git a/maven-plugin-testing-harness/pom.xml b/maven-plugin-testing-harness/pom.xml index 62ad9980..83a190c6 100644 --- a/maven-plugin-testing-harness/pom.xml +++ b/maven-plugin-testing-harness/pom.xml @@ -68,7 +68,7 @@ under the License. org.codehaus.plexus plexus-archiver - 4.2.4 + 4.2.5 @@ -82,7 +82,7 @@ under the License. - jar + jar-no-fork diff --git a/maven-plugin-testing-harness/src/main/resources/META-INF/plexus/components.xml b/maven-plugin-testing-harness/src/main/resources/META-INF/plexus/components.xml deleted file mode 100644 index 915d02a7..00000000 --- a/maven-plugin-testing-harness/src/main/resources/META-INF/plexus/components.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - org.codehaus.plexus.component.configurator.expression.ExpressionEvaluator - stub-evaluator - org.apache.maven.plugin.testing.StubResolverExpressionEvaluator - - - org.codehaus.plexus.PlexusContainer - container - - - - - org.apache.maven.artifact.Artifact - stub - org.apache.maven.plugin.testing.stubs.StubArtifact - - - \ No newline at end of file diff --git a/pom.xml b/pom.xml index ee20fdfb..e2fa417b 100644 --- a/pom.xml +++ b/pom.xml @@ -101,10 +101,6 @@ under the License. - - 3.1.1 - - maven-plugin-testing-harness @@ -134,7 +130,6 @@ under the License. 2.22.2 3.2.5 - 1.5.5 plugin-testing-archives/LATEST 7 2020-04-07T21:04:00Z @@ -174,17 +169,17 @@ under the License. ${mavenVersion} provided - + org.codehaus.plexus plexus-utils - 3.3.0 + 3.3.0 junit junit - 4.13.1 + 4.13.2 provided