Hello I am using Maven 1.0.2 for a project and I'm having a problem
downloading a few of the artifacts (jar files) that the project uses.
I have declared them in project.xml with all the right attributes. For
example, for the Bouncy Castle crytography library:

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

But bcprov-jdk14-124.jar fails to download, even though it is there in
Ibiblio:
http://www.ibiblio.org/maven/bouncycastle/jars/
and on the bouncycastle website
http://www.bouncycastle.org/download/

I have also set:
maven.repo.remote=http://www.ibiblio.org/maven
in project.properties

There about 14 other jars that aren't downloaded and I can't figure out why.
Can anyone help?
Thanks
Andy Birchall

Reply via email to