Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inject content of settings.xml into the artifact resolution. #1092

Merged
merged 1 commit into from Sep 16, 2022
Merged

Inject content of settings.xml into the artifact resolution. #1092

merged 1 commit into from Sep 16, 2022

Commits on Sep 15, 2022

  1. Inject content of settings.xml into artifact repositories.

    For artifact repositories which have been specified in the target
    platform definition, Tycho creates a minimal instance, containing only
    an id and url, which is then injected back into the Maven model.
    
    In order to support e.g. authenticating against a private repository, it
    is necessary to also inject the user credentials, provided via the local
    settings.xml, into this instance. Otherwise accessing the referenced
    artifacts fails with a 401 - Unauthorized.
    ptziegler authored and laeubi committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    dc5a5e8 View commit details
    Browse the repository at this point in the history