From 59dc10c18af635950a98eaacbfb8958c9b5e8c2b Mon Sep 17 00:00:00 2001 From: gjoranv Date: Wed, 6 Mar 2019 12:36:13 +0100 Subject: Move copy-dependencies to a later phase, to allow 'mvn compile' --- jdisc_core_test/integration_test/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jdisc_core_test/integration_test/pom.xml b/jdisc_core_test/integration_test/pom.xml index c876df3273c..392d1105716 100644 --- a/jdisc_core_test/integration_test/pom.xml +++ b/jdisc_core_test/integration_test/pom.xml @@ -265,7 +265,7 @@ copy-dependencies - compile + process-test-classes copy-dependencies @@ -277,7 +277,7 @@ cert-a - compile + process-test-classes copy-dependencies -- cgit v1.2.3