diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2020-12-15 19:02:17 -0500 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2020-12-16 01:05:29 +0000 |
commit | 5844724ca96d08c3b752effdb10fd2586755912d (patch) | |
tree | 865f3f6f1736347c2305fdacf15f31e667e9283f /cds-ui/server/pom.xml | |
parent | f38e495d47e69b5203940e1f3eb76145c2a30e83 (diff) |
Fixing typo in message-prioritization
Refactoring few POMs name tag
Issue-ID: CCSDK-3053
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I14447ea7f93efcc970213bbe7d42663cb87e33d7
Diffstat (limited to 'cds-ui/server/pom.xml')
-rw-r--r-- | cds-ui/server/pom.xml | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/cds-ui/server/pom.xml b/cds-ui/server/pom.xml index 11f3d27f9..4768352bc 100644 --- a/cds-ui/server/pom.xml +++ b/cds-ui/server/pom.xml @@ -32,7 +32,7 @@ limitations under the License. <artifactId>cds-ui-server</artifactId> <packaging>pom</packaging> - <name>UI Server</name> + <name>CDS UI - Server</name> <properties> <image.name>onap/ccsdk-cds-ui-server</image.name> @@ -87,33 +87,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> <plugin> @@ -176,6 +169,5 @@ limitations under the License. </plugins> </build> </profile> - </profiles> </project> |