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]

Reply via email to