IntelliJ IDEA 2019.2 Help

Paths Tab

Use the Paths tab of the Module page to configure the compiler output paths for the module, and also to specify the locations of external JavaDocs and external annotations associated with the module.

Compiler output

Item

Description

Inherit project compile output path

Select this option to use the paths specified for the project.

Use module compile output path

Select this option if you want to set the compiler output paths for this module individually. Specify the associated settings:
  • Output path. Specify the directory for the production classes. Use the Browse button Shift+Enter to select the directory in the Select Output Path dialog.

  • Test output path. Specify the directory for the test classes. Use the Browse button Shift+Enter to select the directory in the Select Test Output Path dialog.

  • Exclude output paths. Select this checkbox to make the output directories excluded.

JavaDoc

Use the available controls to compose the list of locations where external JavaDocs associated with the module are stored.

Icon

Shortcut

Description

icons general add svg Alt+Insert

Use this icon or shortcut to add a JavaDoc file to the list.

icons general remove svg Alt+Delete

Use this icon or shortcut to remove the selected item from the list.

url javadoc

Use this icon to add a URL of online JavaDoc.

External Annotations

Use icons general add svg and icons general remove svg to manage the list of locations (directories) for external annotations associated with the module.

Icon

Shortcut

Description

icons general add svg Alt+Insert

Use this icon or shortcut to add a directory to the list.

icons general remove svg Alt+Delete

Use this icon or shortcut to remove the selected item from the list.

Last modified: 17 October 2019