Skip to content

cjcameron92/GoRepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoRepo

Lightweight Go server for hosting Maven repositories, setup instructions provided below.

Table of Contents

Requirements

  • Server (Linux)
  • Go

Installation

docker build --pull --rm -f "Dockerfile" -t gorepo:latest "."

How to use

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

About

Lightweight go repo for maven repositories

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published