aboutsummaryrefslogtreecommitdiffstats
path: root/bundle-plugin
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2021-07-06 03:21:50 +0200
committergjoranv <gv@verizonmedia.com>2021-07-06 03:21:50 +0200
commit0aa50440eccaaf411e99e88248b2c4daa4de0ff7 (patch)
treee079eab00e1e12cd005c619d4554353ec801f21f /bundle-plugin
parent67525b7bdd587b3546e905f2dd91511b3ede8950 (diff)
Stop creating the classpath mappings file.
- It was only used for testing Jersey resources in the application test framework.
Diffstat (limited to 'bundle-plugin')
-rw-r--r--bundle-plugin/src/main/resources/META-INF/plexus/components.xml3
1 files changed, 1 insertions, 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 @@
<process-resources>org.apache.maven.plugins:maven-resources-plugin:resources</process-resources>
<compile>org.apache.maven.plugins:maven-compiler-plugin:compile</compile>
<process-test-resources>
- 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
</process-test-resources>
<test-compile>org.apache.maven.plugins:maven-compiler-plugin:testCompile</test-compile>
<test>org.apache.maven.plugins:maven-surefire-plugin:test</test>