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

Support for multi-project build

Open eximius313 opened this issue 8 years ago • 1 comments

I created inner project using guidelines from Documentation Project compiles under SBT and runs correctly, but when I invoke eclipse it:

  1. Doesn't honor EclipseKeys.withSource := false and EclipseKeys.withJavadoc := false for subproject (it downloads it anyway)
  2. In Eclipse folder containing source of a subproject is not being added into Source folder in Build Path
  3. Dependencies for subproject are not being imported into Eclipse despite aggregate(backend).dependsOn(backend)

eximius313 avatar Nov 04 '17 11:11 eximius313

Hi, any updates on this since the time of writing?

hamzayoucefkaced avatar Jul 03 '20 17:07 hamzayoucefkaced