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> Does Maven not like the :ext: type of CVS respository and it only works with :local: or :pserver:? I know my CVS setup is correct, because I use it for other projects. What else could be wrong? TIA. --- [EMAIL PROTECTED] wrote: > See t\he users guide: > http://maven.apache.org/reference/user-guide.html#Using%20Multiple%20Remote%20Repositories > -- > dIon Gillard, Multitask Consulting > Blog: http://blogs.codehaus.org/people/dion/ > Work: http://www.multitask.com.au > > > "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > wrote on 09/07/2003 > 12:29:03 PM: > > > OS: Windows 2000 (using Cygwin) > > Maven: 1.0-beta-9 > > > > I am trying to setup a remote repository, but > Maven > > does not seem to pay any attention to my > <repository> > > element in my project.xml file. Whenever I run > "maven > > console" I get the following output: > > > > $ maven console > > ... > > > > Attempting to download > > xdoclet-ejb-module-1.2b3-dev.jar. > > Error retrieving artifact from > > [http://www.ibiblio.org/maven/xdoclet-ejb-module/ > > jars/xdoclet-ejb-module-1.2b3-dev.jar]: > > java.lang.Exception: Can't get xdoclet-e > > jb-module-1.2b3-dev.jar.incomplete to > > c:\java\apache\maven\maven-1.0-beta-9\repo > > > sitory\xdoclet-ejb-module\jars\xdoclet-ejb-module-1.2b3-dev.jar.incomplete > > WARNING: Failed to download > > xdoclet-ejb-module-1.2b3-dev.jar. > > > > My repository element under project.xml is as > follows: > > > > <repository> > > <connection> > > > scm:cvs:ext:[EMAIL PROTECTED]:/home/cvsroot:repository > > </connection> > > <url> > > http://www.home.com/cvs/repository > > </url> > > </repository> > > > > The error message indicates it is trying to > download > > artifacts from ibiblio.org, but I need it to > retrieve > > artifacts from my repository at home.com. How do > I > > set this up? Are there more configuration files > > besides project.xml that need modification to make > > this work? > > > > TIA. > > > > __________________________________ > > Do you Yahoo!? > > SBC Yahoo! DSL - Now only $29.95 per month! > > http://sbc.yahoo.com > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: > [EMAIL PROTECTED] > > For additional commands, e-mail: > [EMAIL PROTECTED] > > > __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
