diff --git a/backend/pom.xml b/backend/pom.xml
index f22eacfbe2..c3f0d9db61 100644
--- a/backend/pom.xml
+++ b/backend/pom.xml
@@ -453,6 +453,34 @@
+
+
+ org.apache.maven.plugins
+ maven-antrun-plugin
+
+
+ main-class-placement
+ generate-resources
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ run
+
+
+
+
diff --git a/frontend/pom.xml b/frontend/pom.xml
new file mode 100644
index 0000000000..7c5d7f7756
--- /dev/null
+++ b/frontend/pom.xml
@@ -0,0 +1,69 @@
+
+
+
+
+ dataease-server
+ io.dataease
+ 1.0
+
+
+ 4.0.0
+ frontend
+
+
+ UTF-8
+ UTF-8
+ 1.9.1
+
+
+
+
+
+ com.github.eirslett
+ frontend-maven-plugin
+ ${frontend-maven-plugin.version}
+
+
+
+ install node and yarn
+
+ install-node-and-yarn
+
+
+ generate-resources
+
+ v12.14.1
+ v1.21.1
+
+
+
+
+ yarn install
+
+ yarn
+
+
+
+ install
+
+
+
+
+ yarn build
+
+ yarn
+
+
+ build
+
+
+
+
+
+
+
diff --git a/pom.xml b/pom.xml
index ca00dc13e9..4455c8d6b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,8 +16,9 @@
dataease
- backend
frontend
+ backend
+