diff options
author | Lee, Tian (tl5884) <tianl@amdocs.com> | 2019-10-09 17:26:04 +0100 |
---|---|---|
committer | Lee, Tian (tl5884) <tianl@amdocs.com> | 2019-10-09 17:26:04 +0100 |
commit | 10f5043e45c14dc2f110de8485c7c2613fe1fa0c (patch) | |
tree | b421e4fa23da2e3c061be0b7eb16708ee86f9842 | |
parent | a8698f03b33966eb9f953a4281c8344ae2c3de0e (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.xml | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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> |