diff --git a/web/pom.xml b/web/pom.xml index ac3d17b2f..bbf6b02da 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -14,7 +14,6 @@ 1.7 ${env.JAVA_7_HOME} - ${maven.build.timestamp} yyyyMMddHHmmss java17 @@ -348,11 +347,7 @@ true - true - src/main/webapp - - **/*.html - + target/main/webapp @@ -399,18 +394,41 @@ + + org.apache.maven.plugins + maven-antrun-plugin + 1.8 + + + prepare-grunt + + run + + generate-resources + + + + + + + + + + + + + + + com.github.eirslett frontend-maven-plugin 1.0 - ${basedir}/src - ${basedir}/src/main/webapp - ${basedir}/src/main/webapp - - ${project.basedir}/src/Gruntfile.js - ${project.basedir}/src/package.json - + ${basedir}/target + ${basedir}/target/main/webapp + ${basedir}/target/main/webapp + target