summaryrefslogtreecommitdiffstats
path: root/jdisc_core_test/integration_test/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'jdisc_core_test/integration_test/pom.xml')
-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>