Lightweight Go server for hosting Maven repositories, setup instructions provided below.
- Server (Linux)
- Go
docker build --pull --rm -f "Dockerfile" -t gorepo:latest "."
maven("localhost:8080/mvn")implementation("groupid:artifactId:version)To publish an artifact create a post request to with the artifact included in the body.
https://localhost:8080/mvn