summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLee, Tian (tl5884) <tianl@amdocs.com>2019-10-09 17:26:04 +0100
committerLee, Tian (tl5884) <tianl@amdocs.com>2019-10-09 17:26:04 +0100
commit10f5043e45c14dc2f110de8485c7c2613fe1fa0c (patch)
treeb421e4fa23da2e3c061be0b7eb16708ee86f9842
parenta8698f03b33966eb9f953a4281c8344ae2c3de0e (diff)
Attempt to fix maven stage job
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>
-rw-r--r--pom.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 2ecb68d..16cbba9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -403,9 +403,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>