From ff10f89caac97d89179c9b2843f23fa24d9a860e Mon Sep 17 00:00:00 2001 From: Junling Bu Date: Wed, 13 Nov 2019 23:24:32 +0800 Subject: [PATCH] =?UTF-8?q?feat[litemall-all]:=20all=E6=A8=A1=E5=9D=97?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E6=89=93=E5=8C=85litemall-vue=E7=9A=84dist?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=A4=B9=E5=88=B0static/vue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- litemall-all/pom.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/litemall-all/pom.xml b/litemall-all/pom.xml index b57c88c3..2ea92036 100644 --- a/litemall-all/pom.xml +++ b/litemall-all/pom.xml @@ -57,6 +57,27 @@ + + maven-resources-plugin + + + copy-resources-vue + validate + + copy-resources + + + ${basedir}/target/classes/static/vue + + + ../litemall-vue/dist + + + + + + +