Commit d353c3735b8b025a8043cd2f8466f5e40645848b

Authored by 张志伟
1 parent cc26ba11

:alien: 新增强制刷新私服仓库缓存配置

Showing 1 changed file with 8 additions and 0 deletions
... ... @@ -282,6 +282,14 @@
282 282 <id>feewee-maven-public</id>
283 283 <name>feewee maven public</name>
284 284 <url>http://nexus.feewee.cn/nexus/content/groups/public/</url>
  285 + <releases>
  286 + <enabled>true</enabled>
  287 + <updatePolicy>always</updatePolicy>
  288 + </releases>
  289 + <snapshots>
  290 + <enabled>true</enabled>
  291 + <updatePolicy>always</updatePolicy>
  292 + </snapshots>
285 293 </repository>
286 294 </repositories>
287 295  
... ...