You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Greg Zoller <gr...@codaware.com> on 2003/04/25 19:10:24 UTC

Repositories?

I see the ibiblio.org is a site for repository jars.  Where is this 
set?  Can it be overridden?

Is the URL tag in <dependency> (if specified) supposed to be the url of 
the repository
to query to download that jar?  If not, then something like that would 
be nice, rather than
hitting ibilbo.org for everything.  That way I can set up distributed 
repositories within
our organization and then have in-house jars downloaded from there.

Greg


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Repositories?

Posted by Jim Downing <ji...@pobox.com>.
Set up your own repository following the directory structure on
ibiblio.org, and then use the maven.repo.remote property to define
multiple repositories:

http://maven.apache.org/reference/user-guide.html#Using%20Multiple%20Remote%20Repositories

jim

On Fri, Apr 25, 2003 at 10:10:24AM -0700, Greg Zoller wrote:
> I see the ibiblio.org is a site for repository jars.  Where is this 
> set?  Can it be overridden?
> 
> Is the URL tag in <dependency> (if specified) supposed to be the url of 
> the repository
> to query to download that jar?  If not, then something like that would 
> be nice, rather than
> hitting ibilbo.org for everything.  That way I can set up distributed 
> repositories within
> our organization and then have in-house jars downloaded from there.
> 
> Greg
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Repositories?

Posted by Henri Yandell <ba...@generationjava.com>.
in project.properties, you can do:

maven.repo.remote=http://www.generationjava.com/jars2/,http://www.ibiblio.org/ma
ven/

ie) if you want to continue to use maven's too, you have to specify theirs
explicitly.

I have noticed an odd bug in maven b7, the following doesn't work:

maven.repo.remote=http://www.generationjava.com/jars2/,http://www.ibiblio.org/ma
ven/,http://www.osjava.org/maven/

in that once Maven hits the ibiblio entry, it doesn't seem to carry on. So
make sure you put ibiblio at the end.

I could be wrong on that though. I didn't exhaustively test it but just
rearranged my order.

Hen

On Fri, 25 Apr 2003, Greg Zoller wrote:

> I see the ibiblio.org is a site for repository jars.  Where is this
> set?  Can it be overridden?
>
> Is the URL tag in <dependency> (if specified) supposed to be the url of
> the repository
> to query to download that jar?  If not, then something like that would
> be nice, rather than
> hitting ibilbo.org for everything.  That way I can set up distributed
> repositories within
> our organization and then have in-house jars downloaded from there.
>
> Greg
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org