Changes made: 1. updated phase from verify to an earlier phase
Issue-ID: SDNC-1412
Change-Id: I4ebee2c7537388478baf9e8d03f3c0c16776cf1b
Signed-off-by: David Stilwell <stilwelld@att.com>
<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>
<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>