mpeltonen / sbt-idea

A simple-build-tool (sbt) plugin/processor for creating IntelliJ IDEA project files
Other
1.07k stars 153 forks source link

Added support for extra test configurations #290

Closed pzawistowski closed 10 years ago

pzawistowski commented 10 years ago

This change allows to add extra test configurations (for example load tests) so that the generated IDEA modules have correctly marked test source directories.

philharveyonline commented 10 years ago

This change would be really helpful for my project. Thanks for doing it Pawel - let's hope it can get merged soon.

mpeltonen commented 10 years ago

Looks ok to me. Cherry-picked the first commit without version change. Thanks!