aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2020-03-25 07:55:28 -0700
committersebdet <sebastien.determe@intl.att.com>2020-03-25 07:55:28 -0700
commitffdf382e2d4f012ab7a9fa78d27e757145470048 (patch)
treef0c8db0372e6378fdf4e14986fc862aebcef2758 /pom.xml
parent1d3051a02c45eb99cc69af3844d1ba0a0eba840c (diff)
Fix the stage builds
Fix the stage build docker due to a removed class in javascript Issue-ID: CLAMP-793 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I41a1cf3ebf462839ac7cdea29c2603a69efbad09
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 34054da02..bc42a54f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1228,6 +1228,7 @@
</goals>
<phase>deploy</phase>
<configuration>
+ <skip>true</skip>
<workingDirectory>${project.build.directory}/${ui.react.lib.src}</workingDirectory>
<arguments>publish</arguments>
</configuration>