Fixed timing error in maven build 54/110354/1
authorDan Timoney <dtimoney@att.com>
Fri, 17 Jul 2020 18:10:50 +0000 (14:10 -0400)
committerDan Timoney <dtimoney@att.com>
Fri, 17 Jul 2020 18:10:50 +0000 (14:10 -0400)
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>
ms/generic-resource-api/pom.xml

index f59b4fe..da78e74 100644 (file)
                                 <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>