One of the dependencies failing is Bouncy Castle cryptography library.
I have it listed in the project.xml file as this:

<dependency>
<id>bcprov</id>
<version>jdk15-124</version>
<url>http://www.bouncycastle.org</url>
<properties>
<war.bundle>true</war.bundle>
<shippable>true</shippable>
</properties>
</dependency>

bcprov-jdk15-124.jar is in the maven repository at Ibiblio
http://www.ibiblio.org/maven/bouncycastle/jars/

so I can't see why its not downloading it....?
Thanks a lot
Andy

On 12/09/06, Nicolas De Loof <[EMAIL PROTECTED]> wrote:

<url> is not used by maven to download artifacts, it is only there for
information.

Some artifacts are not free ot redistribute, like java API (java
activation framework, javamail ...) so you have to download them and put
them in your repository manualy.

What artifacts are failing ?

Nico.

Andrew Birchall a écrit :
> Hello,
> I'm using Maven 1.0.2 and 'm having a problem downloading some of my
> dependencies that are listed in my project.xml file. I have 100
> dependecies and most of them download fine but 14 fail and I can't
> figure out why. I have checked thoroughly that I have the correct
> <artifactId> and <url> values set in project.xml.
> Is there a common reason for why some dependencies might fail to
> download?
> Thanks
> Andy Birchall
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>

This message contains information that may be privileged or confidential and is 
the property of the Capgemini Group. It is intended only for the person to whom 
it is addressed. If you are not the intended recipient,  you are not authorized 
to read, print, retain, copy, disseminate,  distribute, or use this message or 
any part thereof. If you receive this  message in error, please notify the 
sender immediately and delete all  copies of this message.


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



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

Reply via email to