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
+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
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
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
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
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 +
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