From 0cb249ebc3fbd3f86e4d66a11767d6debefaebfb Mon Sep 17 00:00:00 2001 From: gjoranv Date: Tue, 6 Jul 2021 03:21:50 +0200 Subject: Stop generating the classpath mappings file. - It was only used for testing Jersey resources in the application test framework. --- bundle-plugin/src/main/resources/META-INF/plexus/components.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bundle-plugin/src/main/resources/META-INF/plexus/components.xml b/bundle-plugin/src/main/resources/META-INF/plexus/components.xml index 31e21eb18fd..f305d02c4ae 100644 --- a/bundle-plugin/src/main/resources/META-INF/plexus/components.xml +++ b/bundle-plugin/src/main/resources/META-INF/plexus/components.xml @@ -16,8 +16,7 @@ org.apache.maven.plugins:maven-resources-plugin:resources org.apache.maven.plugins:maven-compiler-plugin:compile - org.apache.maven.plugins:maven-resources-plugin:testResources, - com.yahoo.vespa:bundle-plugin:generate-bundle-classpath-mappings + org.apache.maven.plugins:maven-resources-plugin:testResources org.apache.maven.plugins:maven-compiler-plugin:testCompile org.apache.maven.plugins:maven-surefire-plugin:test -- cgit v1.2.3