aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cds-ui/client/pom.xml7
-rw-r--r--pom.xml1
2 files changed, 0 insertions, 8 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>
diff --git a/pom.xml b/pom.xml
index 99cf8c132..d916d1e5c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,7 +78,6 @@ limitations under the License.
<build>
<pluginManagement>
<plugins>
- <!--TODO: This plugin is broken. Find replacement-->
<!-- Plugin to Format/Validate POM Files -->
<plugin>
<groupId>org.codehaus.mojo</groupId>