We can add these and anyone can override maven.repo.apache in his ~/build.properties if they don't like the scp method
# Repository to deploy to maven.repo.list=apache maven.repo.apache=scp://${pom.distributionSite} maven.repo.apache.directory=${pom.distributionDirectory} # These must be set elsewhere #maven.repo.apache.username= #maven.repo.apache.privatekey= #maven.repo.apache.passphrase= Do you agree? > -----Original Message----- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: Sunday, July 11, 2004 3:07 AM > To: Maven Developers List > Subject: Re: Set repository in plugin-parent/project.properties > > Leaving out username, password, etc is acceptable as th euser > can specify them and will get reasonable errors if they > aren't specified I think. > > The defaults may work if you use ~/.ssh/id_dsa with no > passphrase and user.name matches. > > - Brett > > Dion Gillard wrote: > > >I use > > > >maven.repo.list=apache > >maven.repo.apache=scp://www.apache.org > >maven.repo.apache.username= > >maven.repo.apache.password= > >maven.repo.apache.directory=/www/www.apache.org/dist/java-repository/ > > > >as I really don't like specifying the passphrase and private > key combo. > > > >On Sat, 10 Jul 2004 17:00:44 +0200, Carlos Sanchez > ><[EMAIL PROTECTED]> wrote: > > > > > >>Hi, > >> > >>Is there any reason why the repository is not set in > >>plugin-parent/project.properties? > >>If not, I'll add it. > >> > >># Repository to deploy to > >>maven.repo.list=apache > >> > >>maven.repo.apache=sftp://${pom.distributionSite} > >>maven.repo.apache.directory=${pom.distributionDirectory} > >># These must be set elsewhere > >>#maven.repo.apache.username= > >>#maven.repo.apache.privatekey= > >>#maven.repo.apache.passphrase= > >> > >>Regards > >> > >> > > > > > > > > > > > --------------------------------------------------------------------- > 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]