http://maven.apache.org/maven-1.x/reference/properties.html#Proxy_Properties
cheers arnaud On 9/4/06, Andrew Birchall <[EMAIL PROTECTED]> wrote:
Hi I tried replacing <id> with <artifactId> but it made no difference. I didn't know I had to set up a proxy to access ibiblio. There is nothing in the documentation about that How do you do it? Thanks a lot Andy On 04/09/06, Arnaud HERITIER <[EMAIL PROTECTED]> wrote: > Don't you have a proxy to access to ibiblio ? > > Did you try to replace id (deprecated) by artifactId > <dependency> > <groupId>bouncycastle</groupId> > <artifactId>bcprov-jdk14</artifactId> > <version>124</version> > <url> http://www.bouncycastle.org/download/</url> > <properties> > <war.bundle>true</war.bundle> > <shippable>true</shippable> > </properties> > </dependency> > > Arnaud > > On 9/4/06, Andrew Birchall <[EMAIL PROTECTED]> wrote: > > > > 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 > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
