summaryrefslogtreecommitdiffstats
path: root/cds-ui
diff options
context:
space:
mode:
authorSingal, Kapil (ks220y) <ks220y@att.com>2020-10-15 19:15:38 -0400
committerSingal, Kapil (ks220y) <ks220y@att.com>2020-10-15 19:15:38 -0400
commit1c78f0c29c78ccba7a1a1599ca6dfa34d0dc4fd4 (patch)
tree7f534467e742e909a26419396072bab57759e124 /cds-ui
parent5122cccd4434bd9ff8974a1fc3e04c7621c771d4 (diff)
Cleaning up POM's
Issue-ID: CCSDK-2916 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Ibf94c2ab1467c3ae113cc36be6b82ba075b0ff1a
Diffstat (limited to 'cds-ui')
-rw-r--r--cds-ui/client/pom.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/cds-ui/client/pom.xml b/cds-ui/client/pom.xml
index 386eeaf89..f75a69935 100644
--- a/cds-ui/client/pom.xml
+++ b/cds-ui/client/pom.xml
@@ -55,33 +55,26 @@ limitations under the License.
</goals>
<phase>generate-resources</phase>
</execution>
-
<execution>
<id>npm install</id>
<goals>
<goal>npm</goal>
</goals>
-
<phase>generate-resources</phase>
-
<configuration>
<arguments>install</arguments>
</configuration>
</execution>
-
<execution>
<id>npm build</id>
<goals>
<goal>npm</goal>
</goals>
-
<phase>generate-resources</phase>
-
<configuration>
<arguments>run build</arguments>
</configuration>
</execution>
-
</executions>
</plugin>
</plugins>