You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitHub Packages now provides Maven-supported package repositories for both public and private projects. It is possible to retrieve artifacts from private repositories using HTTP basic authentication, as confirmed with wget https://gh_username:[email protected]/owner/repository/groupId/artifactId/version/artifact-version.type.
I tested Tiny Maven Proxy 1.5 with a private GitHub Packages repository by adding a mirror URL which encoded the username and password in the usual way. Unfortunately this failed, despite checking the download is available using wget as mentioned above.
It would be great if Tiny Maven Proxy supported mirror URLs that encode HTTP basic authentication credentials.
The text was updated successfully, but these errors were encountered:
GitHub Packages now provides Maven-supported package repositories for both public and private projects. It is possible to retrieve artifacts from private repositories using HTTP basic authentication, as confirmed with
wget https://gh_username:[email protected]/owner/repository/groupId/artifactId/version/artifact-version.type
.I tested Tiny Maven Proxy 1.5 with a private GitHub Packages repository by adding a mirror URL which encoded the username and password in the usual way. Unfortunately this failed, despite checking the download is available using
wget
as mentioned above.It would be great if Tiny Maven Proxy supported mirror URLs that encode HTTP basic authentication credentials.
The text was updated successfully, but these errors were encountered: