From 1db14be160118c0bdc2408eb02cdd5d8a0081ee0 Mon Sep 17 00:00:00 2001 From: Cyril Dubuisson Date: Sun, 16 Feb 2020 13:07:38 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20:=20add=20maven=20configuration?= =?UTF-8?q?=20for=20frontend?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/pom.xml b/pom.xml index ee88c3069..84f660973 100644 --- a/pom.xml +++ b/pom.xml @@ -46,6 +46,9 @@ 5.5.2 1.3.61 1.12.5 + v12.16.0 + 6.13.4 + 1.9.1 gaia-app:gaia gaia-app @@ -364,7 +367,46 @@ + + + com.github.eirslett + frontend-maven-plugin + ${frontend-maven-plugin.version} + + + install node and npm + + install-node-and-npm + + + ${node.version} + ${npm.version} + + + + npm install + + npm + + + + vue build + + npm + + generate-resources + + run build + + + false + + + + + +