IntelliJ IDEA 2017.3 Help

Maven. Runner

Use this page to configure settings for the external Maven that will be used to run goals.

ItemDescription
Run in backgroundCheck this option to perform run as a background task.
VM OptionsSpecify VM options that will be passed to the selected JRE.

When specifying JVM options, follow these rules:

  • Use spaces to separate individual options, for example, -client -ea -Xmx1024m.
  • If an option includes spaces, enclose the spaces or the argument that contains spaces in double quotes, for example, some" "arg or "some arg".
  • If an option includes double quotes (as part of the argument), escape the double quotes using backslashes, for example, -Dmy.prop=\"quoted_value\".
  • You can pass environment variable values to custom Java properties. For example, if you define a variable MY_ENV_VAR, you can pass it to the foo property as follows:
    -Dfoo=${MY_ENV_VAR}
JRESelect the JRE that will be used to run the Maven goals.
Environment variablesThis field lets you set custom environment variables on the project level for running maven goals. Click the Browse button browseButton.png to open the Environment Variables dialog box, where you can create variables and specify their values.
PropertiesSpecify the properties and their values to be passed to Maven.
new or Alt+InsertUse this icon or shortcut to define a new property as a name - value pair.
edit1 or EnterUse this icon or shortcut to change the selected property.
delete or Alt+DeleteUse this icon or shortcut to remove the selected properties from the list.
Skip testsCheck this option to skip performing unit tests. This corresponds to the Maven option -Dmaven.test.skip=true
Last modified: 6 March 2018

See Also