Cleaning up POM's 27/113927/1
authorSingal, Kapil (ks220y) <ks220y@att.com>
Thu, 15 Oct 2020 23:15:38 +0000 (19:15 -0400)
committerSingal, Kapil (ks220y) <ks220y@att.com>
Thu, 15 Oct 2020 23:15:38 +0000 (19:15 -0400)
Issue-ID: CCSDK-2916
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: Ibf94c2ab1467c3ae113cc36be6b82ba075b0ff1a

cds-ui/client/pom.xml
pom.xml

index 386eeaf..f75a699 100644 (file)
@@ -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>
diff --git a/pom.xml b/pom.xml
index 99cf8c1..d916d1e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -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>