This one should be available in official maven repository (maven central): http://mvnrepository.com/artifact/commons-httpclient/commons-httpclient
Generally spoken: If a maven repository is not available you cannot do anything. As long as you do not host a mirror or have downloaded it on any computer the dependency will not be available. For workarounds you should look if the dependency is available from another location. If the project is available as download from elsewhere you can choose to manually install it (see mvn install:install-file goal). On Fri, Apr 20, 2012 at 9:08 AM, Agata Chrobak <[email protected]> wrote: > hi! > > i started work with maven like month ago, but still don't get it > sometimes..:/ > > i have the following problem: i need to download repos form: > > > http://maven.cedarsoft.com/content/repositories/thirdparty/commons-httpclient/commons-httpclient/maven-metadata.xml > > but it seems to unavailable - what to do in such a case? please help! > i really need it today morning.. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
