summaryrefslogtreecommitdiffstats
path: root/bundle-plugin-test/test-bundles/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2021-07-14 13:52:18 +0200
committergjoranv <gv@verizonmedia.com>2021-07-14 13:52:18 +0200
commit934119027d314fc403858e475fca1a33047af206 (patch)
tree9d1f987d21aa64cebab6cb78f2a6012c5852dc92 /bundle-plugin-test/test-bundles/pom.xml
parent3534840687517be5d8f90af0a7bde4ebb43bc06a (diff)
Remove the GenerateBundleClassPathMappingsMojo and tests.
Diffstat (limited to 'bundle-plugin-test/test-bundles/pom.xml')
-rw-r--r--bundle-plugin-test/test-bundles/pom.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/bundle-plugin-test/test-bundles/pom.xml b/bundle-plugin-test/test-bundles/pom.xml
index 712ccb5542e..ab19b3578c5 100644
--- a/bundle-plugin-test/test-bundles/pom.xml
+++ b/bundle-plugin-test/test-bundles/pom.xml
@@ -30,13 +30,6 @@
<version>${project.version}</version>
<executions>
<execution>
- <id>generate-classpath-mappings</id>
- <phase>generate-test-sources</phase>
- <goals>
- <goal>generate-bundle-classpath-mappings</goal>
- </goals>
- </execution>
- <execution>
<id>package-test-bundles</id>
<!-- Must be done after generating classpath-mappings and copying it in the 'main' bundle. -->
<phase>test-compile</phase>