Increase maven central timeout

This commit is contained in:
Phillip Webb 2016-07-06 21:45:06 -07:00
parent 1f4de8d286
commit d4011687e4

View File

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