why do I have to remove a dependency from my pom before adding it back and installing to get the latest version of my maven package?
问题 I have a maven package I've hosted on GitHub package registry. Whenever I make an update to the package I run mvn deploy to publish the changes, but if I simply run mvn install on the dependent application it doesn't seem to install the latest version of the package. Only after deleting the pom.xml and then loading the changes into IntelliJ, then adding it back and running mvn install does it seem to get the new publication of the package. This is my settings.xml file: <settings xmlns="http:/