diff options
author | sebdet <sebastien.determe@intl.att.com> | 2020-03-25 07:55:28 -0700 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2020-03-25 07:55:28 -0700 |
commit | ffdf382e2d4f012ab7a9fa78d27e757145470048 (patch) | |
tree | f0c8db0372e6378fdf4e14986fc862aebcef2758 /pom.xml | |
parent | 1d3051a02c45eb99cc69af3844d1ba0a0eba840c (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.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |