Intellij IDEA: How to change build directory?

intellij-idea

Solution

You can find the setting here

File [Menu] > Project Structure > Modules [List] > Path [Tab] > Use module compile output path [Option]

Problem

Does anyone happen to know how to change the build directory name in Intellij IDEA (11 or 12)? The default name is `out`, I want it to be `target`.

Original source