Why does maven download dependencies when I run mvn clean? can I turn that off?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
AFAIK, it doesn't, Maven doesn't perform a dependency resolution during
If you are doing some fancy stuff during the clean phase, remove it :) Another option would be to run maven offline during a clean (with the |
|||||||
|