summaryrefslogtreecommitdiffstats
path: root/jdisc_core_test
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2019-03-06 12:36:13 +0100
committergjoranv <gv@verizonmedia.com>2019-03-06 12:36:13 +0100
commit59dc10c18af635950a98eaacbfb8958c9b5e8c2b (patch)
tree8edcfc7cf3376eec46a4ceab01b417be7c19493b /jdisc_core_test
parentdd64d974b4808ca7b0096749ccd71b1fcd794c13 (diff)
Move copy-dependencies to a later phase, to allow 'mvn compile'
Diffstat (limited to 'jdisc_core_test')
-rw-r--r--jdisc_core_test/integration_test/pom.xml4
1 files 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 @@
<executions>
<execution>
<id>copy-dependencies</id>
- <phase>compile</phase>
+ <phase>process-test-classes</phase>
<goals>
<goal>copy-dependencies</goal>
</goals>
@@ -277,7 +277,7 @@
<execution>
<!-- we need an explicit copy of cert-a for the pre-install in cert-oa-path's manifest -->
<id>cert-a</id>
- <phase>compile</phase>
+ <phase>process-test-classes</phase>
<goals>
<goal>copy-dependencies</goal>
</goals>