Increase maven central timeout

pull/6328/merge
Phillip Webb 8 years ago
parent 1f4de8d286
commit d4011687e4

@ -133,4 +133,12 @@
<activeProfiles> <activeProfiles>
<activeProfile>@profile@</activeProfile> <activeProfile>@profile@</activeProfile>
</activeProfiles> </activeProfiles>
<servers>
<server>
<id>central</id>
<configuration>
<timeout>120000</timeout>
</configuration>
</server>
</servers>
</settings> </settings>

Loading…
Cancel
Save