What does purge-local-repository actually purge?

前端 未结 3 2184
栀梦
栀梦 2021-02-19 19:02

I am running the following command from within a maven project directory:

mvn dependency:purge-local-repository

What is the expected behavior?<

3条回答
  •  独厮守ぢ
    2021-02-19 19:06

    Following

    http://maven.apache.org/plugins/maven-dependency-plugin/purge-local-repository-mojo.html

    we that

    dependency:purge-local-repository
    

    removes the project dependencies from the local repository, and optionally re-resolve them.

提交回复
热议问题