diff options
-rw-r--r-- | cds-ui/client/pom.xml | 7 | ||||
-rw-r--r-- | pom.xml | 1 |
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> @@ -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> |