gpt4 book ai didi

java - 为什么 compilerArgs 只能在 fork 为真时设置?

转载 作者:行者123 更新时间:2023-11-30 06:55:52 25 4
gpt4 key购买 nike

来自documentation :

Sets the arguments to be passed to the compiler if fork is set to true.

为什么需要 fork 才能使用自定义参数?

最佳答案

compilerArgs:

Sets the arguments to be passed to the compiler if fork is set to true. Example:

<compilerArgs>
<arg>-Xmaxerrs=1000</arg>
<arg>-Xlint</arg>
<arg>-J-Duser.language=en_us</arg>
</compilerArgs>

这些论点只有在创建一个新的 JVM 时才有意义,这就是 fork 的目的。如果你不 fork,编译器运行在与 Maven 本身相同的 JVM 中。

关于java - 为什么 compilerArgs 只能在 fork 为真时设置?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34837466/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com