How can I set alternative build target folder to Intellij IDEA?
I need that IDEA always builds all modules of my project into separate build output folders, say target-idea
instead of target
.
The reason is described in this question.
Weird as it migth be, this option simply does NOT work with my IDEA 13 edition(it does nothing)...
"Inherit project compile output folder" does something weird as well.