From 30bc11220789b1cfa16f8083ce3eed2fe8b04fb5 Mon Sep 17 00:00:00 2001 From: gjoranv Date: Mon, 21 Oct 2019 16:31:58 +0200 Subject: Use surefire instead of failsafe plugin. - No need to use integration tests after test bundles have been moved to separate modules. --- bundle-plugin-test/test-bundles/main/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bundle-plugin-test/test-bundles/main') 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 @@ maven-resources-plugin - copy-resources - prepare-package + copy-bundle-classpath-mappings-from-test-to-main + + process-test-sources copy-resources -- cgit v1.2.3