Fix the stage builds 78/104378/1
authorsebdet <sebastien.determe@intl.att.com>
Wed, 25 Mar 2020 14:55:28 +0000 (07:55 -0700)
committersebdet <sebastien.determe@intl.att.com>
Wed, 25 Mar 2020 14:55:28 +0000 (07:55 -0700)
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

pom.xml

diff --git a/pom.xml b/pom.xml
index 34054da..bc42a54 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                                </goals>
                                                <phase>deploy</phase>
                                                <configuration>
+                                                       <skip>true</skip>
                                                        <workingDirectory>${project.build.directory}/${ui.react.lib.src}</workingDirectory>
                                                        <arguments>publish</arguments>
                                                </configuration>