From 21b53d3cf98a2a05bc3ec5d149e0514e8450a86f Mon Sep 17 00:00:00 2001 From: Erik Jan de Wit Date: Wed, 24 Apr 2024 08:46:29 +0200 Subject: [PATCH] Only have one instance of the plugin (#28999) Signed-off-by: Erik Jan de Wit --- js/apps/account-ui/pom.xml | 43 +++++++++++++++++++++----------------- 1 file changed, 24 insertions(+), 19 deletions(-) diff --git a/js/apps/account-ui/pom.xml b/js/apps/account-ui/pom.xml index c90a569846b0..fe932ccc64d7 100644 --- a/js/apps/account-ui/pom.xml +++ b/js/apps/account-ui/pom.xml @@ -69,6 +69,30 @@ com.github.eirslett frontend-maven-plugin + + + lib-build + + pnpm + + + build + + true + + + + + pack + package + + pnpm + + + pack --pack-destination=target + + + com.google.code.maven-replacer-plugin @@ -172,25 +196,6 @@ - - com.github.eirslett - frontend-maven-plugin - - - pack - package - - pnpm - - - pack --pack-destination=target - - true - - - - - \ No newline at end of file