Kristine Weissbarth wrote:
please can anybody answer me? Is maven always downloading the jars from
ibiblio? How can I declare jars that cannot be found on ibiblio?
I specified an url within the dependency tag which refers to the
download site of the jar but maven still tries to download it from
ibiblio and fails. What should I do?

I recently went through this as well: you can setup a local repository with nondistributable JARs. In the 'project.properties' file (or any of the other entries listed in the user guide [1]), add a line like this:


maven.repo.remote=http://mycompany.com/maven/,http://www.ibiblio.org/maven/

where 'http://mycompany.com/maven/' is a local webserver and path where you've copied your nondistributable JAR files.

Good luck!

Chris

[1] http://maven.apache.org/reference/user-guide.html#Maven%20Setup

--
Chris Winters ([EMAIL PROTECTED])
Senior Software Architect


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



Reply via email to