Resync References doesn´t update dependencies from remote repositories with
LDAP verification
---------------------------------------------------------------------------------------------
Key: NPANDAY-543
URL: https://issues.apache.org/jira/browse/NPANDAY-543
Project: NPanday
Issue Type: Bug
Components: Visual Studio Add-in
Affects Versions: 1.4-incubating
Environment: Archiva 1.3.5.,
NPanday 1.4-incubating,
Visual studion 2010
Maven 3.0.3
Reporter: Jiri Pergl
Priority: Blocker
Steps:
1. Add references using "Add Maven Artifact" from the menu(VS) or direct in the
project pom.
2. Update the configuration in the settings.xml.
- I insert to the configuration in the setting.xml this snippet:
...
<server>
<id>npanday.repo.0</id>
<username>{LDAP user name}</username>
<password>{encrypted password}</password>
</server>
...
3. Refresh references using "Resync References" from the menu(VS).
After action I see message "Download Failed The remote server returned an
error: (401) Unauthorized."
I found out that Archiva is contacted without LDAP parameters in the
communication between Archiva and local machine. If I try the goal "deploy" on
the simple project, the communication is ok.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira