Community
Participate
Working Groups
I imported a project from SCM. Once the projects were in my workspace it started downloading poms (expected), but at this point I could not get it to cancel.
AFAIK the dependency resolution is one call into the maven codebase per project. As such it cannot be gracefully cancelled. A hard cancel (killing the thread) could leave partially downloaded artifacts around?
Fixed: http://git.eclipse.org/c/m2e/m2e-core.git/commit/?id=8e96a153e880fba5d42c073313ee43303ae5124f
Moved to https://github.com/eclipse-m2e/m2e-core/issues/