From 31d8086db36c7a7d5c03d7f2c0c6f662da6da636 Mon Sep 17 00:00:00 2001
From: Crazylychee <110229037+Crazylychee@users.noreply.github.com>
Date: Tue, 24 Jun 2025 14:56:12 +0800
Subject: [PATCH] [ISSUES#323]: fix Maven packaging error
---
pom.xml | 46 +++++++++++++++++++++++-----------------------
1 file changed, 23 insertions(+), 23 deletions(-)
diff --git a/pom.xml b/pom.xml
index 0fb6540..6107e7d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,6 +84,7 @@
UTF-8
17
17
+ false
29.0-jre
2.1
2.6
@@ -310,13 +311,13 @@
org.springframework.boot
spring-boot-maven-plugin
${spring.boot.version}
-
-
-
-
-
-
-
+
+
+
+ repackage
+
+
+
@@ -412,11 +413,11 @@
docs/**
src/main/resources/static/vendor/**
src/main/resources/static/src/data/**
- frontend/node_modules/**
- frontend/build/**
- frontend/**.json
- frontend/**.lock
- frontend/public/manifest.json
+ frontend-new/node_modules/**
+ frontend-new/build/**
+ frontend-new/**.json
+ frontend-new/**.lock
+ frontend-new/public/manifest.json
package-lock.json
@@ -431,32 +432,31 @@
- install node and yarn
+ install node
- install-node-and-yarn
+ install-node-and-npm
- v16.2.0
- v1.22.10
+ v18.2.0
- yarn install
+ npm install
- yarn
+ npm
- install
+ install --legacy-peer-deps
- yarn build
+ npm build
- yarn
+ npm
- build
+ run build
@@ -469,7 +469,7 @@
-
+