[ 
https://issues.apache.org/jira/browse/MDEPLOY-246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16940121#comment-16940121
 ] 

Yuna Morgenstern commented on MDEPLOY-246:
------------------------------------------

Hi [~michael-o] i have uploaded some log files now. You can see that the 
BasicRepositoryConnector of 3.0.0-M1 doesn't contain the credentials as in 2.8.2

In all test cases, my settings file looks like this:
{code:java}
<?xml version="1.0" encoding="UTF-8" ?>
<settings>
        <servers>
                <server>
                        <id>central</id>
                        <username>[MY-REAL-USERNAME]</username>
                        <password>[MY-REAL-PASSWORD]</password>
                </server>
        </servers>
</settings>
{code}


thanks

> Deploy doesn't send authentication credentials
> ----------------------------------------------
>
>                 Key: MDEPLOY-246
>                 URL: https://issues.apache.org/jira/browse/MDEPLOY-246
>             Project: Maven Deploy Plugin
>          Issue Type: Bug
>    Affects Versions: 3.0.0-M1
>            Reporter: Daniel Duarte Simões
>            Priority: Major
>
> Regression.
> Plugin doesn't send "Authorization" header during HTTP Put.
>  
> Information:
>  * credentials configured in settings.xml
>  * basic authentication
>  * works in version <= 2.8.2



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to