Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

MDEP: purge-local-repository -DreResolve=false still downloads dependencies #131

Open
mkarg opened this issue Jul 4, 2017 · 1 comment

Comments

@mkarg
Copy link

mkarg commented Jul 4, 2017

The documentation of MDEP's purge-local-repository says that -DreResolve=false prevents resolution after puring. Typically a reader would deduce that no downloads will be executed, as local purging does not need it, and re-resolution is switched off.

Actually, when there is a POM, the command line invocation of purge-local-repository -DreResolve=false DOES do downloads.

Either this is a bug, or the documentation should tell what these downloads actually are.

@hauntingEcho
Copy link

if you aren't using -DactTransitively=false, it will need to download the dependencies' POMs to know what their dependencies are.

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

No branches or pull requests

2 participants