brettporter wrote:
> 
> Yes.
> 
> http://brettporter.wordpress.com/2009/06/16/configuring-maven-http-connections/
> http://maven.apache.org/guides/mini/guide-http-settings.html
> 
> - Brett
> 
> On 01/09/2009, at 12:52 AM, Costin Caraivan wrote:
>>
>> Hello,
>>
>> I know that Java has some properties for configuring network  
>> timeouts, see
>> this: http://java.sun.com/j2se/1.4.2/docs/guide/net/properties.html ->
>> sun.net.client.defaultConnectTimeout (default: -1)
>> sun.net.client.defaultReadTimeout (default: -1)
>>
>> Does Maven respect these? If not, are there any other settings for  
>> timeouts
>> for Maven, in case of ridiculously slow networks?
>>
>> Thank you for your answers,
>> Costin.
> 
> 
Hello,

I get this when launching from Hudson:

Caused by:
org.codehaus.plexus.component.configurator.ComponentConfigurationException:
Cannot find setter nor field in
org.apache.maven.wagon.providers.http.LightweightHttpWagon for
'wagonProvider'
        at
org.codehaus.plexus.component.configurator.converters.ComponentValueSetter.<init>(ComponentValueSetter.java:68)
        at
org.codehaus.plexus.component.configurator.converters.composite.ObjectWithFieldsConverter.processConfiguration(ObjectWithFieldsConverter.java:134)
        at
org.codehaus.plexus.component.configurator.BasicComponentConfigurator.configureComponent(BasicComponentConfigurator.java:56)
        at
org.codehaus.plexus.component.configurator.AbstractComponentConfigurator.configureComponent(AbstractComponentConfigurator.java:54)
        at
org.codehaus.plexus.component.configurator.AbstractComponentConfigurator.configureComponent(AbstractComponentConfigurator.java:47)
        at
org.apache.maven.artifact.manager.DefaultWagonManager.configureWagon(DefaultWagonManager.java:993)
        ... 21 more

Maven 2.2.1, config:
<configuration>
<wagonProvider>lightweight</wagonProvider>
<timeout>120000</timeout>
</configuration>

:(
-- 
View this message in context: 
http://www.nabble.com/Are-Maven-network-connection-time-outs-configurable--tp25224839p25346248.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to