diff options
author | Amichai Hemli <amichai.hemli@intl.att.com> | 2019-12-02 18:53:56 +0200 |
---|---|---|
committer | Amichai Hemli <amichai.hemli@intl.att.com> | 2019-12-02 18:53:56 +0200 |
commit | f5dda3933425888c52b7b9d1c0fa2a6227c89123 (patch) | |
tree | 3bdbcba95dd72ca874179b0c37497dad86fa0b6a /vid-webpack-master/pom.xml | |
parent | 3250d40c952004bb08a1f54dcc7f816a9de09e1f (diff) |
disable npm progress-bar by npmrc file instead of mvn goal
Issue-ID: VID-724
Signed-off-by: Amichai Hemli <amichai.hemli@intl.att.com>
Change-Id: I2c1261b24bba3e16dd858e3dd77c9b0a188e310c
Diffstat (limited to 'vid-webpack-master/pom.xml')
-rw-r--r-- | vid-webpack-master/pom.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/vid-webpack-master/pom.xml b/vid-webpack-master/pom.xml index 59aa42d68..2fe0a6eaf 100644 --- a/vid-webpack-master/pom.xml +++ b/vid-webpack-master/pom.xml @@ -139,16 +139,6 @@ </execution> <execution> - <id>npm set no-progress</id> - <goals> - <goal>npm</goal> - </goals> - <configuration> - <arguments>set progress=false</arguments> - </configuration> - </execution> - - <execution> <id>npm install</id> <goals> <goal>npm</goal> |