From ad687709cfca51603264ff565f296cfb5dceb15a Mon Sep 17 00:00:00 2001 From: Luke Bailey Date: Wed, 19 Mar 2025 22:25:44 +0000 Subject: [PATCH] Swap out frontend maven plugin which downloads npm for fetching it through nix instead --- web-bundle/pom.xml | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/web-bundle/pom.xml b/web-bundle/pom.xml index 9a4d83b62..1d995cbaf 100644 --- a/web-bundle/pom.xml +++ b/web-bundle/pom.xml @@ -129,37 +129,6 @@ - - com.github.eirslett - frontend-maven-plugin - 1.12.1 - - - install node and npm - - install-node-and-npm - - - v20.14.0 - 10.7.0 - - - - download graphhopper maps - generate-resources - - npm - - - - - pack --pack-destination=${basedir}/target - @graphhopper/graphhopper-maps-bundle@${graphhopper-maps.version} - - - - - maven-antrun-plugin -- 2.48.1