Skip to content

Commit 6509673

Browse files
committed
Remove verbose options from native image build config
Eliminated the <verbose> and --verbose options from the native image build configuration in pom.xml to reduce build output verbosity.
1 parent 99f6b1a commit 6509673

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

aspect-model-editor-runtime/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,9 +389,7 @@
389389
<configuration>
390390
<mainClass>${main.class}</mainClass>
391391
<imageName>ame-backend-${project.version}-${os.platform}</imageName>
392-
<verbose>true</verbose>
393392
<buildArgs>
394-
<arg>--verbose</arg>
395393
<arg>-H:EnableURLProtocols=http,https</arg>
396394
<arg>--enable-https</arg>
397395
<arg>--no-fallback</arg>

0 commit comments

Comments
 (0)