Re: maven repositories https

2006-09-14 Thread franz see



Douglas Ferguson wrote:
 
 My IT department just started requiring my repository to use https.
 However they didn’t install a signed cert.
 
  
 
 Maven is now failing with the error: Error transferring file
 
 
 Could this be because the cert isn’t signed?
 
 Is there anything else that I need to consider when using https for the
 repository url?
 
 
 
 

Good day to you, Douglas,

I think you have to specify the following in your
{M2_HOME}\conf\settings.xml

server
  id.../id
  username.../username
  password.../password
/server

Cheers,
Franz
-- 
View this message in context: 
http://www.nabble.com/maven-repositories---https-tf2269481.html#a6305623
Sent from the Maven - Users forum at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: maven repositories https

2006-09-14 Thread Douglas Ferguson
I ended up using scp:// because I couldn't get anything to work over https://

However, I was unable to define multiple repositories using the same id
So they could share the server user  pass.
When you have the same id the first one wins and the others aren't picked up.
Using the same id works if they are in separate lists, i.e. dependency 
management:repositories, dependency management:snapshotrepositories, 
repositories But when you put them in the same list (i.e. all in 
repositories then it don't work)

D-

-Original Message-
From: franz see [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 14, 2006 8:14 AM
To: users@maven.apache.org
Subject: Re: maven repositories  https




Douglas Ferguson wrote:
 
 My IT department just started requiring my repository to use https.
 However they didn_t install a signed cert.
 
  
 
 Maven is now failing with the error: Error transferring file
 
 
 Could this be because the cert isn_t signed?
 
 Is there anything else that I need to consider when using https for the
 repository url?
 
 
 
 

Good day to you, Douglas,

I think you have to specify the following in your
{M2_HOME}\conf\settings.xml

server
  id.../id
  username.../username
  password.../password
/server

Cheers,
Franz
-- 
View this message in context: 
http://www.nabble.com/maven-repositories---https-tf2269481.html#a6305623
Sent from the Maven - Users forum at Nabble.com.


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



RE: maven repositories https

2006-09-13 Thread Douglas Ferguson
Not sure if this is the recommended approach but I got it to work by using 
scp://

-Original Message-
From: Douglas Ferguson 
Sent: Wednesday, September 13, 2006 10:51 PM
To: users
Subject: maven repositories  https

My IT department just started requiring my repository to use https.
However they didn’t install a signed cert.

 

Maven is now failing with the error: Error transferring file


Could this be because the cert isn’t signed?

Is there anything else that I need to consider when using https for the
repository url?




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]