http://maven.apache.org/reference/user-guide.html
in the behavioural properties it mentions a (default) value for downloading the jars and plugins etc. maven.repo.remote The repository maven should use to download artifacts (jars etc) that it can't find in the local repository http://www.ibiblio.org/maven In my build.properties I set maven.repo.remote=http://www.ibiblio.org/mave,http://web1.ias.csusb.edu ... and a couple of others, such as the struts binaries location. when I ran a maven command that decided it needed another plugin, it went through this list to find them. I'm still trying to learn about uploading my work to a remote repository. I have a cvs server all set up on web1, I can do all the normal cvs commands to commit, checkout, login, etc. from the command line. when I run maven site:sshdeploy it builds the tars, then just sits there. I'm running locally on win2k, it's a linux remote server. ----- Original Message ----- From: "Alwyn Schoeman" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]>; "khote" <[EMAIL PROTECTED]> Sent: Monday, August 04, 2003 9:32 PM Subject: Re: Artifact plugin confusion > <guess> > As far as I understand it maven.repo.remote is a list of remote > repositories used for downloading jars from. > > maven.repo.list is a list of repositories to which you will deploy > your artifact using the deploy goal. > </guess> > > On Tue, Aug 05, 2003 at 12:33:24PM +0800, khote wrote: > > In http://maven.apache.org/reference/plugins/artifact/properties.html > > > > we see the property maven.repo.list > > (And the examples link doesn't work > > http://maven.apache.org/reference/plugins/artifact/example.html) > > > > In http://maven.apache.org/reference/plugins/artifact/examples.html > > > > we see the property maven.repo.repos being used. > > > > Is this a confusion? two different concepts? > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > -- > Alwyn Schoeman > SMART Money Inc. > > If you're a SMARTY and you're using the better DNS connections, you > can access my homepage at http://nevyn.smarties.com.ph/Members/alwyn. > The other unlucky ones: http://10.126.136.35/myplone > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]