创建maven nexus私服,archetype:generate时报错

引用
resolution will not be reattempted until the update interval of nexus has elapsed or updates are forced



1. 删除.m2 文件夹下对应jar包的 xxx.lastUpdated
2. 使用mvn命令时添加-U参数
3. nexus---->>相应仓库---->>Update Index---->>Expire Cache

你可能感兴趣的:(maven,cache)