download - maven remembers deleted repos -


i had repo in project's main module' pom.xml file maven couldn't download library (artifact) from. made decision remove repo pom.xml , use one. when run command : mvn clean install - print out trying download libraries first bloody ( deleted project configuration {pom.xml file} ) repository ....

how make maven forget deleted , not mentioned in project repositories ?

thanks lot!

one of reasons repository mentionned in maven settings. file default in .m2/settings.xml in personal directory.


Comments

Popular posts from this blog

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -