From 074238ec66d6af182001b9229528dd4a891f43f5 Mon Sep 17 00:00:00 2001 From: ezreal Date: Mon, 12 Jun 2023 15:09:02 +0800 Subject: [PATCH] init --- pom.xml | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..714ae96 --- /dev/null +++ b/pom.xml @@ -0,0 +1,45 @@ + + + + starter + com.fr.plugin + 11.0 + ../../pom.xml + + 4.0.0 + + fine-solution-BI-fusion-front + + + 8 + 8 + + + + ${project.basedir}/../../webroot/WEB-INF/plugins/plugin-com.fr.plugin.BI.fusion.front-1.0/classes + + + + src/main/resources + true + + static/**/*.woff + static/**/*.woff2 + static/**/*.ttf + + + + src/main/resources + false + + static/**/*.woff + static/**/*.woff2 + static/**/*.ttf + + + + + + \ No newline at end of file