summaryrefslogtreecommitdiffstats
path: root/ms/generic-resource-api/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ms/generic-resource-api/pom.xml')
-rw-r--r--ms/generic-resource-api/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ms/generic-resource-api/pom.xml b/ms/generic-resource-api/pom.xml
index e4cecac..e71c350 100644
--- a/ms/generic-resource-api/pom.xml
+++ b/ms/generic-resource-api/pom.xml
@@ -312,7 +312,7 @@
<goals>
<goal>copy-dependencies</goal>
</goals>
- <phase>verify</phase>
+ <phase>process-resources</phase>
<configuration>
<excludeTransitive>true</excludeTransitive>
<outputDirectory>${project.build.directory}/docker-stage/opt/onap/sdnc/lib</outputDirectory>
@@ -394,7 +394,7 @@
<goals>
<goal>copy-resources</goal>
</goals><!-- here the phase you need -->
- <phase>verify</phase>
+ <phase>package</phase>
<configuration>
<outputDirectory>${basedir}/target/docker-stage/opt/onap/sdnc/lib</outputDirectory>
<resources>