diff options
-rw-r--r-- | ms/generic-resource-api/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ms/generic-resource-api/pom.xml b/ms/generic-resource-api/pom.xml index f59b4fe..da78e74 100644 --- a/ms/generic-resource-api/pom.xml +++ b/ms/generic-resource-api/pom.xml @@ -310,7 +310,7 @@ <goals> <goal>copy-dependencies</goal> </goals> - <phase>prepare-package</phase> + <phase>verify</phase> <configuration> <excludeTransitive>true</excludeTransitive> <outputDirectory>${project.build.directory}/docker-stage/opt/onap/sdnc/lib</outputDirectory> @@ -392,7 +392,7 @@ <goals> <goal>copy-resources</goal> </goals><!-- here the phase you need --> - <phase>package</phase> + <phase>verify</phase> <configuration> <outputDirectory>${basedir}/target/docker-stage/opt/onap/sdnc/lib</outputDirectory> <resources> |