简体   繁体   中英

MyEclipse How to update the local dependency jars while the remote repo jars are covered?

For some reason, the jar GAV in local pom.xml can't be changed,like a snapshot, its version is always 1.0-SNAPSHOT.

But in the remote repo, it may be covered by other mates.

For the index is not changed, the MyEclipse can't update to the latest jar,and comes somes problems.

I konw that it can update to the latest jar in IDEA,how should I do in MyEclipse?

如果使用的是m2e-Plugin,则可以通过Alt-F5更新项目的Maven依赖项,然后在“强制更新快照/发布”上设置复选标记

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