On 09-07-2003 05:45, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:

> Either I am missing something obvious, there is a bug
> in Maven-1.0-beta-9, or that document is incomplete in
> its description on how to setup a remote repository.
> Regardless, I have already reviewed that document
> multiple times and it does not explain why maven is
> attempting to look in ibiblio.org for my repository
> where in my project.xml file the repository connection
> is specified as follows:
> 
> <repository>
> 
> <connection>scm:cvs:ext:[EMAIL PROTECTED]:/home/cvsroot:repository</connection>
> <url>http://www.home.com/cvs/repository</url>
> </repository>
> 


I set up my company-wide remote repository in the build.properties with

maven.repo.remote=http://www.ibiblio.org/maven/,http://our.company.com/maven
_repo

This is were we store our libraries (jar-files).


I thought the <repository> tag in project.xml was used for the source
repository. 

hope this helps

Marc



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

Reply via email to