diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2020-10-15 19:15:38 -0400 |
---|---|---|
committer | Singal, Kapil (ks220y) <ks220y@att.com> | 2020-10-15 19:15:38 -0400 |
commit | 1c78f0c29c78ccba7a1a1599ca6dfa34d0dc4fd4 (patch) | |
tree | 7f534467e742e909a26419396072bab57759e124 | |
parent | 5122cccd4434bd9ff8974a1fc3e04c7621c771d4 (diff) |
Cleaning up POM's
Issue-ID: CCSDK-2916
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: Ibf94c2ab1467c3ae113cc36be6b82ba075b0ff1a
-rw-r--r-- | cds-ui/client/pom.xml | 7 | ||||
-rw-r--r-- | pom.xml | 1 |
2 files changed, 0 insertions, 8 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> @@ -78,7 +78,6 @@ limitations under the License. <build> <pluginManagement> <plugins> - <!--TODO: This plugin is broken. Find replacement--> <!-- Plugin to Format/Validate POM Files --> <plugin> <groupId>org.codehaus.mojo</groupId> |