On 1/12/07, Roland Kofler <[EMAIL PROTECTED]> wrote:
And even if I try wget, I get 403: Forbidden

[EMAIL 
PROTECTED]:~/releasemanagement/systemone/core/systemone-core-configuration$
wget
http://repo1.maven.org/maven2/commons-configuration/commons-configuration/1.3/commons-configuration-1.3.pom
--13:53:58--
http://repo1.maven.org/maven2/commons-configuration/commons-configuration/1.3/commons-configuration-1.3.pom
           => `commons-configuration-1.3.pom'
Resolving repo1.maven.org... 63.246.7.148
Connecting to repo1.maven.org[63.246.7.148]:80... connected.
HTTP request sent, awaiting response... 403 Forbidden
13:53:58 ERROR 403: Forbidden.

It should work for maven (or for download using regular browser).
wget (and some other mass-download tools I think) are 'disabled'
at server side because users were trying to download whole
repository using them and this causes high traffic (and cost)
for maven.org maintaners.
So - add dependency to your pom.xml and maven2 will download
files for you.

HTH,
Tomek

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to