tiny-maven-proxy icon indicating copy to clipboard operation
tiny-maven-proxy copied to clipboard

A tiny maven proxy

Results 4 tiny-maven-proxy issues
Sort by recently updated
recently updated
newest added

It looks like tiny-maven-proxy has a bug which causes the request to hang for 30+ minutes (indefinitely?) when the repository returns a 301/302 redirect. ---- Using the latest JAR build...

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...

Found this project in a search, will give it a try, thanks! I'm having no end of problems using artifactory as a maven cache. Building maven projects in docker *really*...

Hello. I try to use maven-proxy locally. I made simple build.gradle for test: ``` buildscript { repositories { maven { url "http://localhost:5956/" } // mavenCentral() // maven { // url...