You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Carlos Sanchez <ap...@carlos.cousas.net> on 2004/07/10 17:00:44 UTC

Set repository in plugin-parent/project.properties

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

Carlos Sanchez
A Coruña, Spain

Oness Project
http://oness.sourceforge.net



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


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

Posted by Dion Gillard <di...@gmail.com>.
Works for me.

On Sun, 11 Jul 2004 11:36:03 +0200, Carlos Sanchez
<ap...@carlos.cousas.net> wrote:
> 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:brett@apache.org]
> > 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
> > ><ap...@carlos.cousas.net> 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: dev-unsubscribe@maven.apache.org For
> > additional commands, e-mail: dev-help@maven.apache.org
> >
> >
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 
> 


-- 
http://www.multitask.com.au/people/dion/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


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

Posted by Brett Porter <br...@apache.org>.
Go for it.

Quoting Carlos Sanchez <ap...@carlos.cousas.net>:

> 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:brett@apache.org] 
> > 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 
> > ><ap...@carlos.cousas.net> 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: dev-unsubscribe@maven.apache.org For 
> > additional commands, e-mail: dev-help@maven.apache.org
> > 
> > 
> > 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


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

Posted by Arnaud Heritier <ah...@apache.org>.
+1 for me

Arnaud

> -----Message d'origine-----
> De : Carlos Sanchez [mailto:apache@carlos.cousas.net]
> Envoyé : dimanche 11 juillet 2004 11:36
> À : 'Maven Developers List'; brett@apache.org
> Objet : RE: Set repository in plugin-parent/project.properties
> 
> 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:brett@apache.org]
> > 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
> > ><ap...@carlos.cousas.net> 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: dev-unsubscribe@maven.apache.org For
> > additional commands, e-mail: dev-help@maven.apache.org
> >
> >
> >
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


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

Posted by Carlos Sanchez <ap...@carlos.cousas.net>.
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:brett@apache.org] 
> 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 
> ><ap...@carlos.cousas.net> 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: dev-unsubscribe@maven.apache.org For 
> additional commands, e-mail: dev-help@maven.apache.org
> 
> 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


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

Posted by Brett Porter <br...@apache.org>.
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
><ap...@carlos.cousas.net> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


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

Posted by Dion Gillard <di...@gmail.com>.
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
<ap...@carlos.cousas.net> 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


-- 
http://www.multitask.com.au/people/dion/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org