Skip to content

Commit

Permalink
Increase maven central timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
philwebb committed Jul 7, 2016
1 parent 1f4de8d commit d401168
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .settings-template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,12 @@
<activeProfiles>
<activeProfile>@profile@</activeProfile>
</activeProfiles>
<servers>
<server>
<id>central</id>
<configuration>
<timeout>120000</timeout>
</configuration>
</server>
</servers>
</settings>

0 comments on commit d401168

Please sign in to comment.