Re: Authenticating against an internal remote repository

2005-11-17 Thread Brett Porter
Sorry, I missed that. The password must be in maven.repo.remote as Jesse said. - Brett On 11/18/05, Lou Sacco <[EMAIL PROTECTED]> wrote: > Is this something only supported in maven2? I'm currently using 1.0.2. > > On 11/17/05, Brett Porter <[EMAIL PROTECTED]> wrote: > > > > Not at present, howeve

Re: Authenticating against an internal remote repository

2005-11-17 Thread Lou Sacco
Is this something only supported in maven2? I'm currently using 1.0.2. On 11/17/05, Brett Porter <[EMAIL PROTECTED]> wrote: > > Not at present, however you can use filesystem permissions to secure > settings.xml as it is not checked in to source control. > > - Brett > > On 11/18/05, Lou Sacco <[EM

Re: Authenticating against an internal remote repository

2005-11-17 Thread Brett Porter
Not at present, however you can use filesystem permissions to secure settings.xml as it is not checked in to source control. - Brett On 11/18/05, Lou Sacco <[EMAIL PROTECTED]> wrote: > Can you hash that password in this file? > > Thanks, > Lou > > On 11/17/05, Brett Porter <[EMAIL PROTECTED]> wro

Re: Authenticating against an internal remote repository

2005-11-17 Thread Lou Sacco
Can you hash that password in this file? Thanks, Lou On 11/17/05, Brett Porter <[EMAIL PROTECTED]> wrote: > > you can also put the user/pass in settings.xml in the servers section > (there is a sample file in the maven distribution) > > On 11/18/05, Jesse McConnell <[EMAIL PROTECTED]> wrote: > >

Re: Authenticating against an internal remote repository

2005-11-17 Thread Brett Porter
you can also put the user/pass in settings.xml in the servers section (there is a sample file in the maven distribution) On 11/18/05, Jesse McConnell <[EMAIL PROTECTED]> wrote: > you can use https://user:[EMAIL PROTECTED]/repository > > > On 11/17/05, Lou Sacco <[EMAIL PROTECTED]> wrote: > > > > I

Re: Authenticating against an internal remote repository

2005-11-17 Thread Jesse McConnell
you can use https://user:[EMAIL PROTECTED]/repository On 11/17/05, Lou Sacco <[EMAIL PROTECTED]> wrote: > > I have a question regarding set-up on your own internal remote repository. > This will be useful for us, especially since many jars are 3rd party > licensed, such as Oracle JDBC, etc. My qu

Authenticating against an internal remote repository

2005-11-17 Thread Lou Sacco
I have a question regarding set-up on your own internal remote repository. This will be useful for us, especially since many jars are 3rd party licensed, such as Oracle JDBC, etc. My question is this: if these jars exist on a NAS device that I normally access (and authenticate) through a UNC path,