Commit d4011687 authored by Phillip Webb's avatar Phillip Webb

Increase maven central timeout

parent 1f4de8d2
......@@ -133,4 +133,12 @@
<activeProfiles>
<activeProfile>@profile@</activeProfile>
</activeProfiles>
<servers>
<server>
<id>central</id>
<configuration>
<timeout>120000</timeout>
</configuration>
</server>
</servers>
</settings>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment