aboutsummaryrefslogtreecommitdiffstats
path: root/cds-ui
diff options
context:
space:
mode:
Diffstat (limited to 'cds-ui')
-rw-r--r--cds-ui/client/pom.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/cds-ui/client/pom.xml b/cds-ui/client/pom.xml
index 386eeaf89..f75a69935 100644
--- a/cds-ui/client/pom.xml
+++ b/cds-ui/client/pom.xml
@@ -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>