Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate project files for a single subproject only #157

Open
maffoo opened this issue Apr 11, 2013 · 2 comments
Open

Generate project files for a single subproject only #157

maffoo opened this issue Apr 11, 2013 · 2 comments
Labels
Milestone

Comments

@maffoo
Copy link

maffoo commented Apr 11, 2013

We have a build with a large number of subprojects (~30) and running sbt eclipse can take a substantial amount of time (most of it due to dependency resolution). It would be nice to have the capability in sbt eclipse to only (re)generate project files for a single subproject at a time. One possibility would be for the eclipse command by default to only generate files for the currently-selected project by default. If in the root project of the build, it would continue to generate project files for all subprojects, as it currently does. Another option would be to control this behavior with an argument passed to the "eclipse" command.

@hseeberger
Copy link
Member

@maffoo thanks for opening this. It is an important feature and we will address it in 3.0.

@frozenspider
Copy link

Current version is 5.1.0. Is this implemented already?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants