Attempt to fix maven stage job 15/96815/1
authorLee, Tian (tl5884) <tianl@amdocs.com>
Wed, 9 Oct 2019 16:26:04 +0000 (17:26 +0100)
committerLee, Tian (tl5884) <tianl@amdocs.com>
Wed, 9 Oct 2019 16:26:04 +0000 (17:26 +0100)
Stage job seems to be failing when trying to sign the model-loader jar
in m2repo. Hopefully un-skipping the maven deploy plugin will make the
jar available to sign.

Change-Id: Ie072a55b7b15b7abea61ba5e60ebd22052378998
Issue-ID: AAI-2679
Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 2ecb68d..16cbba9 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-deploy-plugin</artifactId>
-                               <configuration>
-                                       <skip>true</skip>
-                               </configuration>
                        </plugin>
                        <plugin>
                                <artifactId>maven-assembly-plugin</artifactId>