sbt-eclipse
sbt-eclipse copied to clipboard
Support for multi-project build
I created inner project using guidelines from Documentation
Project compiles under SBT and runs correctly, but when I invoke eclipse it:
- Doesn't honor
EclipseKeys.withSource := falseandEclipseKeys.withJavadoc := falsefor subproject (it downloads it anyway) - In Eclipse folder containing source of a subproject is not being added into
Source folderin Build Path - Dependencies for subproject are not being imported into Eclipse despite
aggregate(backend).dependsOn(backend)
Hi, any updates on this since the time of writing?