I set that in project.properties and it worked. Thank you. I couldn't find where this was doc'ed.
On Wed, Sep 29, 2004 at 08:14:46PM +0200, Gisbert Amm wrote: > Do you have set maven.repo.remote to > http://www.url.com/maven,http://ibiblio.org/maven,...? > > Regards, > Gisbert Amm > > Scott Gose wrote: > >How do I specify <dependencies> behind a URL? > > > >For example, I tried doing something like this: > > > > <dependency> > > <groupId>foo</groupId> > > <artifactId>foo</artifactId> > > <version>0.1</version> > > <url>http://www.url.com/maven</url> > > </dependency> > > > >Where this file exists: > > > > http://www.url.com/maven/foo/jars/foo-0.1.jar > > > >But I get the following error: > > > >WARNING: Failed to download foo-0.1.jar. > >The build cannot continue because of the following unsatisfied > >dependencies: > > > >foo-0.1.jar (try downloading from http://www.url.com/maven) > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- Scott Gose [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
