Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Investigate @(AndroidMavenRepository) support for private package locations #9947

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

Open
pjcollins opened this issue Mar 20, 2025 · 1 comment
Assignees
Labels
Area: Bindings Issues in Java Library Binding projects.

Comments

@pjcollins
Copy link
Member

pjcollins commented Mar 20, 2025

Description

I don't believe we have a way to authenticate with a private maven source, which might be a useful feature.

This issue was originally reported here CommunityToolkit/Maui.NativeLibraryInterop#72.

Steps to Reproduce

Add a @(AndroidMavenRepository) item referencing a URL that requires authentication.

@jpobst
Copy link
Contributor

jpobst commented Apr 1, 2025

This is a deliberate (and documented) limitation of our @(AndroidMavenRepository) support.

Adding this requires a lot of consideration of how these credentials could be securely stored. (ie: suggesting users put credentials in their .csproj which will be checked into source control is not a good idea)

@jpobst jpobst added Area: Bindings Issues in Java Library Binding projects. and removed needs-triage Issues that need to be assigned. labels Apr 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Bindings Issues in Java Library Binding projects.
Projects
None yet
Development

No branches or pull requests

2 participants