RE: Set repository in plugin-parent/project.properties

2004-07-11 Thread Brett Porter
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 accept

RE: Set repository in plugin-parent/project.properties

2004-07-11 Thread Arnaud Heritier
+1 for me Arnaud > -Message d'origine- > De : Carlos Sanchez [mailto:[EMAIL PROTECTED] > Envoyé : dimanche 11 juillet 2004 11:36 > À : 'Maven Developers List'; [EMAIL PROTECTED] > Objet : RE: Set repository in plugin-parent/project.properties > > We c

Re: Set repository in plugin-parent/project.properties

2004-07-11 Thread Dion Gillard
t; > > > > > -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

RE: Set repository in plugin-parent/project.properties

2004-07-11 Thread Carlos Sanchez
e 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

Re: Set repository in plugin-parent/project.properties

2004-07-10 Thread Brett Porter
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 mave

Re: Set repository in plugin-parent/project.properties

2004-07-10 Thread Dion Gillard
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 +

Set repository in plugin-parent/project.properties

2004-07-10 Thread Carlos Sanchez
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