diff --git a/pom.xml b/pom.xml index be94723e..76d7f95a 100644 --- a/pom.xml +++ b/pom.xml @@ -207,122 +207,6 @@ - - - production - - production - - - true - - - - - org.apache.maven.plugins - maven-war-plugin - 3.3.1 - - src/main/webapp/WEB-INF/web.xml - - ** - - - - - org.codehaus.mojo - exec-maven-plugin - 3.0.0 - - - npm-module-cleanup - - exec - - compile - - src/main/webapp/ - rm - - -Rf - node_modules - - - - - npm-install - - exec - - compile - - src/main/webapp/ - npm - - install - - - - - ui-build - - exec - - compile - - src/main/webapp/ - npm - - run - build:static - - - - - - - - - - - - - - - - - - - - - - - - production-docker - - production-docker - - - true - - - - - org.apache.maven.plugins - maven-war-plugin - 3.3.1 - - src/main/webapp/WEB-INF/web.xml - - ** - - - - - - - -