kutschkem
kutschkem

Reputation: 8163

How to handle timeout issues with Maven Tycho?

My Maven/Tycho build starts failing from timeouts when resolving the target definition. I am behind a proxy, but the configuration works - it just fails somewhere in the middle of the resolution, and not always with the same repository.

Is there a way to increase the timeout or tries for tycho? And is there a way to disable fetching the indices, but keep downloading new artifacts?

Upvotes: 3

Views: 151

Answers (1)

Jan Pešta
Jan Pešta

Reputation: 794

Just find that there is configuration to increase a timeout.

-Dtycho.http.transport.timeout=

Upvotes: 0

Related Questions