From 5acc2a7f24da003939501019a71b12e8fc55b54f Mon Sep 17 00:00:00 2001
From: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com>
Date: Mon, 3 Jan 2022 16:51:51 -0500
Subject: [PATCH] :tada: Native image build configuration pom.xml
---
pom.xml | 122 ++++++++++++++++++++++----------------------------------
1 file changed, 47 insertions(+), 75 deletions(-)
diff --git a/pom.xml b/pom.xml
index 54c088b..848f918 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,17 +38,11 @@
target
- 21.2.0
0.9.9
-
- org.graalvm.nativeimage
- svm
- ${graal.version}
- provided
-
+
@@ -70,11 +64,6 @@
${native.maven.plugin.version}
-
- org.graalvm.nativeimage
- native-image-maven-plugin
- ${graal.version}
-
org.apache.maven.plugins
maven-jar-plugin
@@ -100,69 +89,9 @@
org.apache.maven.plugins
maven-compiler-plugin
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- org.graalvm.buildtools
- native-maven-plugin
- ${native.maven.plugin.version}
- true
-
-
- build-native
-
- build
-
- package
-
-
- release-native
-
- release
-
- release
-
-
-
- CheckSum-${project.version}
- org.rrajesh1979.demo.CheckSum
-
- --no-fallback
- -H:+ReportExceptionStackTraces
- --verbose
-
-
-
-
org.apache.maven.plugins
maven-jar-plugin
-
-
-
-
-
-
-
-
org.apache.maven.plugins
@@ -189,9 +118,6 @@
-
-
-
maven-failsafe-plugin
@@ -213,4 +139,50 @@
+
+
+ native
+
+
+ native
+
+
+
+
+
+ org.graalvm.buildtools
+ native-maven-plugin
+
+ true
+
+
+ build-native
+
+ build
+
+ package
+
+
+ release-native
+
+ release
+
+ release
+
+
+
+ CheckSum-${project.version}
+ org.rrajesh1979.demo.CheckSum
+
+ --no-fallback
+ -H:+ReportExceptionStackTraces
+ --verbose
+
+
+
+
+
+
+
+
\ No newline at end of file