[sbteclipse] How to get IntegrationTest source directories added to your .classpath file

23 views
Skip to first unread message

Will Colton

unread,
Apr 22, 2014, 4:23:11 PM4/22/14
to simple-b...@googlegroups.com
Maybe I am using the sbt IntegrationTest configuration atypically, but I was hoping the following line of my build.sbt:

unmanagedSourceDirectories in IntegrationTest <<= (baseDirectory in IntegrationTest)(base => Seq(base / "it"))

to result in that it directory being added to eclipse's .classpath file, but it is not.

Is there a way to have sbtclipse add the "it" directory to .classpath without adding the directory to Test configuration?
Reply all
Reply to author
Forward
0 new messages