Commit 77941e4
Support applications with custom packaging types
If an application has a custom packaging type, but its artefact is really a JAR file,
I will be skipped by the classpath calculation algorithm.
This PR allows the main project artifact to have a different packaging type, which is
the case of Micronaut applications packaged as native images (`<packaging>native-image</packaging>`).1 parent d17200a commit 77941e4
File tree
1 file changed
+6
-2
lines changed- native-maven-plugin/src/main/java/org/graalvm/buildtools/maven
1 file changed
+6
-2
lines changedLines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
160 | 164 | | |
161 | 165 | | |
162 | 166 | | |
| |||
0 commit comments