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]
