aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2019-11-13 13:13:07 +0100
committersebdet <sebastien.determe@intl.att.com>2019-11-13 13:13:07 +0100
commitdd1076847892089948fc8ae720da854237d1e857 (patch)
tree115c23ce6a707baa0b2306275f988c32673278e4 /pom.xml
parentde9d1efabaad9001c65ec12da0df37a5e43952a6 (diff)
Fix NPM loop issue
Fix the NPM loop issue that appears during the deploy maven phase Issue-ID: CLAMP-450 Change-Id: I4b1bb691f56d39792217f297dd0fb3e3c9397363 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 803722de..45459741 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1164,7 +1164,7 @@
</goals>
<phase>deploy</phase>
<configuration>
- <arguments>run-script publish</arguments>
+ <arguments>publish</arguments>
</configuration>
</execution>
</executions>