File tree Expand file tree Collapse file tree 2 files changed +31
-0
lines changed
src/main/resources/META-INF/native-image/maven-model Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,28 @@ assemble:
36
36
jars :
37
37
- pattern : ' target/binary/lib/*.jar'
38
38
39
+ nativeImage :
40
+ jpm-native :
41
+ active : NEVER
42
+ java :
43
+ version : 22
44
+ imageName : ' {{distributionName}}-{{projectEffectiveVersion}}'
45
+ executable : jpm
46
+ mainJar :
47
+ path : ' target/jpm-{{projectVersion}}-cli.jar'
48
+ graalJdks :
49
+ - path : ' C:\Users\tako\.jbang\cache\jdks\22'
50
+ platform : ' windows-x86_64'
51
+ upx :
52
+ active : NEVER
53
+ version : ' 4.2.4'
54
+ args :
55
+ - ' -Duser.language=en'
56
+ - ' -H:IncludeLocales=en'
57
+ - ' --no-fallback'
58
+ - ' --enable-http'
59
+ - ' --enable-https'
60
+
39
61
deploy :
40
62
maven :
41
63
nexus2 :
Original file line number Diff line number Diff line change
1
+ {
2
+ "bundles" : [
3
+ ],
4
+ "resources" : {
5
+ "includes" : [
6
+ {"pattern" : " org/apache/maven/model/pom-4\\ .0\\ .0\\ .xml" }
7
+ ]
8
+ }
9
+ }
You can’t perform that action at this time.
0 commit comments