IntelliJ IDEA 2016.3 Help

Configuring Module Compiler Output

Use this setting to define the folders where the IntelliJ IDEA will place the compiled classes and test classes, regardless of the number of source and test roots in your module.

To configure module compiler output:

  1. Open module settings dialog.
  2. Select the desired module, and click the Paths tab.
  3. In the Compiler output section, specify which output path will the compiler use. You can opt to direct the compiler output to the path, configured on the project level. If you want to use a module-specific output path, click the radio-button Use module compiler output path.
  4. In the Output path field, specify the Production output path.

    Accept default, or click the Browse button and locate the desired folder in the Select Path dialog.

  5. In the Test output path field, specify the Test output path.

    Accept default, or click the Browse button and locate the desired folder in the Select Path dialog.

See Also

Last modified: 21 March 2017