Commit d55d189
committed
fj-doc-mode-poi, native-image configuration in groupId/artifactId subfolder #1
To avoid a situation when constituent parts of a project are built with overlapping configurations, we recommended you use subdirectories within META-INF/native-image: a JAR file built from multiple maven projects cannot suffer from overlapping native-image configurations. For example:
foo.jar has its configurations in META-INF/native-image/foo_groupID/foo_artifactID
bar.jar has its configurations in META-INF/native-image/bar_groupID/bar_artifactID
As described here :
oracle/graalvm-reachability-metadata#557
and here :
https://www.graalvm.org/latest/reference-manual/native-image/overview/BuildConfiguration/#embed-a-configuration-file1 parent c8fe401 commit d55d189
File tree
3 files changed
+1
-1
lines changed- fj-doc-mod-poi
- src/main/resources/META-INF/native-image/org.fugerit.java/fj-doc-mod-poi
3 files changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments