File tree Expand file tree Collapse file tree 2 files changed +1
-31
lines changed Expand file tree Collapse file tree 2 files changed +1
-31
lines changed Original file line number Diff line number Diff line change @@ -161,6 +161,7 @@ SPDX-License-Identifier: Apache-2.0
161
161
<quarkus .package.type>native</quarkus .package.type>
162
162
<!-- Allows for creating a Linux executable without GraalVM being installed -->
163
163
<quarkus .native.container-build>true</quarkus .native.container-build>
164
+ <quarkus .native.additional-build-args>-H:ReflectionConfigurationFiles=reflection-config.json</quarkus .native.additional-build-args>
164
165
</properties >
165
166
166
167
<build >
Original file line number Diff line number Diff line change @@ -299,36 +299,5 @@ SPDX-License-Identifier: Apache-2.0
299
299
</plugins >
300
300
</build >
301
301
</profile >
302
-
303
- <profile >
304
- <id >native</id >
305
- <properties >
306
- <quarkus .package.type>native</quarkus .package.type>
307
- <quarkus .native.additional-build-args>-H:ReflectionConfigurationFiles=reflection-config.json</quarkus .native.additional-build-args>
308
- </properties >
309
- <build >
310
- <plugins >
311
- <plugin >
312
- <artifactId >maven-failsafe-plugin</artifactId >
313
- <version >${surefire-plugin.version} </version >
314
- <executions >
315
- <execution >
316
- <goals >
317
- <goal >integration-test</goal >
318
- <goal >verify</goal >
319
- </goals >
320
- <configuration >
321
- <systemPropertyVariables >
322
- <native .image.path>${project.build.directory} /${project.build.finalName} -runner</native .image.path>
323
- <java .util.logging.manager>org.jboss.logmanager.LogManager</java .util.logging.manager>
324
- <maven .home>${maven.home} </maven .home>
325
- </systemPropertyVariables >
326
- </configuration >
327
- </execution >
328
- </executions >
329
- </plugin >
330
- </plugins >
331
- </build >
332
- </profile >
333
302
</profiles >
334
303
</project >
You can’t perform that action at this time.
0 commit comments