aboutsummaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client
diff options
context:
space:
mode:
Diffstat (limited to 'cds-ui/designer-client')
-rw-r--r--cds-ui/designer-client/pom.xml9
1 files changed, 1 insertions, 8 deletions
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>