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 := false and EclipseKeys.withJavadoc := false for subproject (it downloads it anyway)
- In Eclipse folder containing source of a subproject is not being added into
Source folder in Build Path
- Dependencies for subproject are not being imported into Eclipse despite
aggregate(backend).dependsOn(backend)
I created inner project using guidelines from Documentation
Project compiles under SBT and runs correctly, but when I invoke
eclipseit:EclipseKeys.withSource := falseandEclipseKeys.withJavadoc := falsefor subproject (it downloads it anyway)Source folderin Build Pathaggregate(backend).dependsOn(backend)