修改pom文件 增加打包堆栈信息
This commit is contained in:
parent
f3b44c9319
commit
ba90980190
3
pom.xml
3
pom.xml
@ -949,6 +949,9 @@
|
|||||||
<compilerArguments>
|
<compilerArguments>
|
||||||
<extdirs>${project.basedir}/src/main/resources/lib</extdirs>
|
<extdirs>${project.basedir}/src/main/resources/lib</extdirs>
|
||||||
</compilerArguments>
|
</compilerArguments>
|
||||||
|
<compilerArgs>
|
||||||
|
<arg>-J-Xss14m</arg><!-- 增加栈空间为 14MB -->
|
||||||
|
</compilerArgs>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<!-- 打包跳过测试 -->
|
<!-- 打包跳过测试 -->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user