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 + + + + + + +