Specifying Maven memory parameter without setting MAVEN_OPTS environment variable

后端 未结 3 1271
长情又很酷
长情又很酷 2020-12-09 03:25

I was wondering if it is possible to specify Maven memory boundaries with a syntax similar to:

mvn -Dtest=FooTest -DXmx=512M clean test

I t

3条回答
  •  不思量自难忘°
    2020-12-09 04:03

    Since Maven 3.3.1 a default can also be specified in ${maven.projectBasedir}/.mvn/jvm.config

    It is documented here: https://maven.apache.org/docs/3.3.1/release-notes.html#JVM_and_Command_Line_Options

提交回复
热议问题