Skip to content

Eclipse sometimes does not offer option to delete nested projects. #3566

@garretwilson

Description

@garretwilson

I'm using Eclipse EE 2025-09 on Windows. I have many multilevel Maven aggregate projects using m2e. The project appears as e.g. example-aggregate in "Project Explorer", and when I open that tree node it shows e.g. example-foo and example-bar.

For many years when I ask to delete the top-level project example-aggregate, I would get a "Delete Resources" dialog with two choices:

  • Delete 2 nested projects? (from memory; I don't remember the exact wording)
  • Delete project contents on disk? (this still shows)

Now only the second option shows up. If I want to delete both the aggregate project and the child project, I have to select the node and the two child nodes in the Project Explorer tree. This gets tedious when there are a lot of child projects.

Why is there no longer an option to automatically delete child projects without needing to manually select them one-by-one?

Note that in recent past versions this option has been sporadic; sometimes it would appear, sometimes it would not. Now in Eclipse EE 2025-09 it seems to never appear.

(I didn't file this as an m2e bug, as I'm not sure where the bug lies. Even though m2e used Maven to generate the project structure, it is not unlikely that once the projects are created, the Eclipse project deletion facility is agnostic to m2e or even Java. i.e. I would expect it to use the same underlying mechanism for all types of projects, once projects are created; thus this would be a general Eclipse platform UI issue.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingneedinfo

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions