Fixing typo in message-prioritization
[ccsdk/cds.git] / cds-ui / client / pom.xml
index 386eeaf..24a69d2 100644 (file)
@@ -32,7 +32,7 @@ limitations under the License.
     <artifactId>cds-ui-client</artifactId>
     <packaging>pom</packaging>
 
-    <name>UI Client</name>
+    <name>CDS UI - Client</name>
 
     <build>
         <plugins>
@@ -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>