diff options
author | 2019-11-13 13:13:07 +0100 | |
---|---|---|
committer | 2019-11-13 13:13:07 +0100 | |
commit | dd1076847892089948fc8ae720da854237d1e857 (patch) | |
tree | 115c23ce6a707baa0b2306275f988c32673278e4 /pom.xml | |
parent | de9d1efabaad9001c65ec12da0df37a5e43952a6 (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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1164,7 +1164,7 @@ </goals> <phase>deploy</phase> <configuration> - <arguments>run-script publish</arguments> + <arguments>publish</arguments> </configuration> </execution> </executions> |