diff options
Diffstat (limited to 'cds-ui')
-rw-r--r-- | cds-ui/application/pom.xml | 2 | ||||
-rw-r--r-- | cds-ui/client/pom.xml | 2 | ||||
-rw-r--r-- | cds-ui/designer-client/pom.xml | 9 | ||||
-rw-r--r-- | cds-ui/pom.xml | 2 | ||||
-rw-r--r-- | cds-ui/server/pom.xml | 10 |
5 files changed, 5 insertions, 20 deletions
diff --git a/cds-ui/application/pom.xml b/cds-ui/application/pom.xml index a69a71711..4d25c3143 100644 --- a/cds-ui/application/pom.xml +++ b/cds-ui/application/pom.xml @@ -32,7 +32,7 @@ limitations under the License. <artifactId>cds-ui-application</artifactId> <packaging>pom</packaging> - <name>UI Application</name> + <name>CDS UI - Application</name> <properties> <image.name>onap/ccsdk-cds-ui</image.name> diff --git a/cds-ui/client/pom.xml b/cds-ui/client/pom.xml index f75a69935..24a69d273 100644 --- a/cds-ui/client/pom.xml +++ b/cds-ui/client/pom.xml @@ -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> diff --git a/cds-ui/designer-client/pom.xml b/cds-ui/designer-client/pom.xml index 6cda0b155..6ed71b260 100644 --- a/cds-ui/designer-client/pom.xml +++ b/cds-ui/designer-client/pom.xml @@ -32,7 +32,7 @@ limitations under the License. <artifactId>cds-ui-designer-client</artifactId> <packaging>pom</packaging> - <name>UI designer Client</name> + <name>CDS UI - Designer 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> diff --git a/cds-ui/pom.xml b/cds-ui/pom.xml index cf70f5e88..3e7d5345e 100644 --- a/cds-ui/pom.xml +++ b/cds-ui/pom.xml @@ -32,7 +32,7 @@ limitations under the License. <artifactId>cds-ui</artifactId> <packaging>pom</packaging> - <name>UI Parent</name> + <name>CDS UI (Root)</name> <description>Creates Controller Design Studio UI Docker container</description> <modules> 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> |