File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change 177
177
<configuration >
178
178
<source >${maven.compiler.source} </source >
179
179
<target >${maven.compiler.target} </target >
180
- <compilerArgs >
181
- <compilerArg >-proc:full</compilerArg >
182
- </compilerArgs >
180
+ <proc >full</proc >
183
181
</configuration >
182
+ <executions >
183
+ <execution >
184
+ <id >default-compile</id >
185
+ <configuration >
186
+ <compilerArgs >
187
+ <!-- The following arguments are required for Log4J plugins (ExtendedPatternLayout) since Log4J 2.25.0 -->
188
+ <arg >-Alog4j.graalvm.groupId=${project.groupId} </arg >
189
+ <arg >-Alog4j.graalvm.artifactId=${project.artifactId} </arg >
190
+ </compilerArgs >
191
+ </configuration >
192
+ </execution >
193
+ </executions >
184
194
</plugin >
185
195
<!-- Execute unit tests -->
186
196
<plugin >
You can’t perform that action at this time.
0 commit comments