summaryrefslogtreecommitdiffstats
path: root/bundle-plugin-test/test-bundles/main/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2019-10-21 16:31:58 +0200
committergjoranv <gv@verizonmedia.com>2019-10-23 12:26:58 +0200
commit485676c026b54664c0715562d79085c924fe9d30 (patch)
tree62e3fb1131c900e2e34073f2b478934aa32d8a3c /bundle-plugin-test/test-bundles/main/pom.xml
parentdd59b17378d9a5c380f305fd0865becf0fab9caf (diff)
Use surefire instead of failsafe plugin.
- No need to use integration tests after test bundles have been moved to separate modules.
Diffstat (limited to 'bundle-plugin-test/test-bundles/main/pom.xml')
-rw-r--r--bundle-plugin-test/test-bundles/main/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/bundle-plugin-test/test-bundles/main/pom.xml b/bundle-plugin-test/test-bundles/main/pom.xml
index 90d575c2a0b..c9c9ea270eb 100644
--- a/bundle-plugin-test/test-bundles/main/pom.xml
+++ b/bundle-plugin-test/test-bundles/main/pom.xml
@@ -52,8 +52,9 @@
<artifactId>maven-resources-plugin</artifactId>
<executions>
<execution>
- <id>copy-resources</id>
- <phase>prepare-package</phase>
+ <id>copy-bundle-classpath-mappings-from-test-to-main</id>
+ <!-- NOTE: Must be done after generating classpath-mappings and before assembling the bundle (see the test-bundles pom) -->
+ <phase>process-test-sources</phase>
<goals>
<goal>copy-resources</goal>
</goals>