sbt-idea icon indicating copy to clipboard operation
sbt-idea copied to clipboard

projects using sbt-multi-jvm dont get set up correctly

Open sclasen opened this issue 10 years ago • 3 comments

if you are using https://github.com/typesafehub/sbt-multi-jvm and sbt-idea, it wont set up the project quite right.

To manually fix the project one needs to mark

src/multi-jvm/scala as test sources, and src/multi-jvm/resources as test resources

sclasen avatar Jun 03 '14 02:06 sclasen

ideaExtraTestConfigurations should fix that? though it doesn't appear in any published version...

OlegYch avatar Jun 22 '14 18:06 OlegYch

+1

xuwei-k avatar Aug 12 '14 05:08 xuwei-k

+1 would be nice if sbt-idea can take care of this automagically

nefilim avatar Aug 21 '14 17:08 nefilim