Filtered project import

I’m wondering if it’s possible to filter projects which get imported.

I have a multi-project build laid out as a tree. Some of the sub-directories are only for aggregation and contain nothing but other sub-projects. However buildShip imports these as empty projects. These annoy me since the Eclipse file search will return results from the sub-directories of these projects.

It would be great if I could provide a closure of some type that would allow me to give projects a thumbs up to be included in the import :slight_smile:

For completeness, here’s the related thread in the Buildship issue tracker: https://github.com/eclipse/buildship/issues/247