From 9edb6f3d4da9063cf19c4c9977be9bc40f92c8f7 Mon Sep 17 00:00:00 2001
From: wujiawei <12345678>
Date: Sat, 9 Nov 2024 14:57:29 +0800
Subject: [PATCH] [fix]
---
pom.xml | 115 ++++++++++++------
.../pom.xml | 23 ----
2 files changed, 78 insertions(+), 60 deletions(-)
diff --git a/pom.xml b/pom.xml
index d7916ef..f47157e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -175,55 +175,96 @@
native
+
+
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+
+
+
+ true
+
+
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+ paketobuildpacks/builder-jammy-tiny:latest
+
+ true
+
+
+
+
+
+ process-aot
+
+ process-aot
+
+
+
+
+
+ org.graalvm.buildtools
+ native-maven-plugin
+
+ ${project.build.outputDirectory}
+ 22.3
+
+
+
+ add-reachability-metadata
+
+ add-reachability-metadata
+
+
+
+
+
+
+
+
+
+ nativeTest
+
+
+ org.junit.platform
+ junit-platform-launcher
+ test
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+ process-test-aot
+
+ process-test-aot
+
+
+
+
org.graalvm.buildtools
native-maven-plugin
- 0.9.28
-
-
-
- Standard
-
- true
- true
- true
-
- true
-
- true
-
-
- true
-
-
-
-
- true
-
+ ${project.build.outputDirectory}
+ 22.3
- add-reachability-metadata
-
- add-reachability-metadata
-
-
-
- test-native
+ native-test
test
- test
-
-
- build-native
-
- compile-no-fork
-
- package
diff --git a/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-server-start/pom.xml b/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-server-start/pom.xml
index a952cc1..37da2de 100644
--- a/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-server-start/pom.xml
+++ b/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-server-start/pom.xml
@@ -32,29 +32,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
org.springframework.boot
spring-boot-maven-plugin