aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2019-08-29 15:08:15 +0200
committersebdet <sebastien.determe@intl.att.com>2019-08-29 15:21:35 +0200
commitba5fd7893e2460bc4cfc573dc1cf9bb577993df6 (patch)
tree903fa9679509ba57332b1290bdab4ab32c2818b8 /pom.xml
parent1e86592650fc695615e0fa34c947b32693d03466 (diff)
Fix elastic search image
There was a problem to execute the script as it was not executable Issue-ID: CLAMP-485 Change-Id: I01323bff5ae14bd4b94815dea0ebd3a6ca8fa071 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
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 ca20dfca..f857945e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1266,6 +1266,7 @@
</goals>
<phase>deploy</phase>
<configuration>
+ <skip>true</skip>
<arguments>publish --registry ${npm.publish.url}</arguments>
</configuration>
</execution>