mirror of https://github.com/apache/maven.git
never use cache
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163956 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6055b99a56
commit
8f0d5c7ac6
|
@ -210,7 +210,7 @@ public class HttpUtils
|
|||
connection.setRequestProperty( "Authorization", "Basic " + encoding );
|
||||
}
|
||||
|
||||
connection.setUseCaches( timestamp >= 0 );
|
||||
connection.setUseCaches( false );
|
||||
|
||||
//connect to the remote site (may take some time)
|
||||
connection.connect();
|
||||
|
|
Loading…
Reference in New Issue