|
|
|
|
|
by brown9-2
4634 days ago
|
|
The local repository cache is in ~/.m2/repository and each artifact is versioned, so you would have ~/.m2/repository/com/foo/bar/1.0/bar.jar
~/.m2/repository/com/foo/bar/1.1/bar.jar
etc., which prevents you from pulling in version 1.0 when you intend 1.1. |
|