简体   繁体   中英

Fix given in the dependency jar did not reflect even after mvn clean install

I have a dependency jar in which there was a bug. Developer gave a fix.

Artifact version was not changed. So I just did a mvn clean install on my project. But It did not download the changes done for the artifact.

So, not sure where it is going wrong.

Try doing this from Console, then do a mvn clean.

find ~/.m2  -name "*.lastUpdated" -print -exec rm {} \;

Else, download the jar, and install it manually using maven, then clean it

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM