Bug 317574 - MavenProvider: basic http authentication
Summary: MavenProvider: basic http authentication
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Buckminster (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: buckminster.core-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-22 09:18 EDT by Sebastian Fincke CLA
Modified: 2019-02-25 14:40 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Fincke CLA 2010-06-22 09:18:44 EDT
Build Identifier: 20100218-1602

Somtimes Maven repositories requires basic http authentication. This is currently (as far as I know) not supported in the MavenProvider extension (readerType="maven2") for the RMAP.

Reproducible: Always

Steps to Reproduce:
1. setup a maven repository (i.e. nexus) with basic http authentication
2. try to configure a MavenProvider in the RMAP-file
3. try to access a component from the configured maven provider via a cspex or cspec file
4. you get an error like:
ERROR   [0000] : No suitable provider for component xxx was found in resourceMap xxx
  ERROR   [0000] : No suitable provider for component xxx was found in searchPath tecis-maven-repo
    ERROR   [0000] : Rejecting provider maven2(xxx): No component match was found
      ERROR   Unauthorized