Updated pom.xml so that copy of generic-resource-api jar to the docker
staging directory occurs after the spring-boot-maven-plugin has
inserted the appropriate entries in the MANIFEST
Change-Id: Ifba881ffe19f426e2c409b6a1d9be0c96a40f344
Issue-ID: SDNC-1291
Signed-off-by: Dan Timoney <dtimoney@att.com>
<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>
<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>