From 5631120807b218dcdb659749b981235984e81c4f Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 27 Feb 2024 01:21:00 +0300 Subject: Fix `exec-maven-plugin` configuration --- pom.xml | 72 +++++++++++++++++++++++++++++++---------------------------------- 1 file changed, 34 insertions(+), 38 deletions(-) diff --git a/pom.xml b/pom.xml index 50c1f774..d3d43cd9 100644 --- a/pom.xml +++ b/pom.xml @@ -293,45 +293,41 @@ - - - - org.codehaus.mojo - exec-maven-plugin - 3.2.0 - - - npm install - - exec - - initialize - - npm - - install - - - - - npm run compile - - exec - - generate-resources - - npm - - run - compile - - - - - - - + + org.codehaus.mojo + exec-maven-plugin + 3.2.0 + + + install + + exec + + initialize + + npm + + ci + + + + + compile + + exec + + generate-sources + + npm + + run + compile + + + + + org.apache.maven.plugins maven-enforcer-plugin -- cgit v1.2.3