summaryrefslogtreecommitdiffstats
path: root/cds-ui
diff options
context:
space:
mode:
authorSingal, Kapil (ks220y) <ks220y@att.com>2020-10-15 19:15:38 -0400
committerKAPIL SINGAL <ks220y@att.com>2020-10-15 23:17:49 +0000
commit6efa4fcf9a7310e5dc4b90f986f031093bc41583 (patch)
tree168daee5b1a3a982fb2c82a30139453ea3b5f223 /cds-ui
parent92437f7bc06c0f0874b751409d673d963468c610 (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 ba004be76..0bd89b16d 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>