An open API service indexing awesome lists of open source software.

https://github.com/bborbe/maven

Lightweight Maven server written in Go
https://github.com/bborbe/maven

Last synced: 3 months ago
JSON representation

Lightweight Maven server written in Go

Awesome Lists containing this project

README

          

# Maven Repo Server

Lightweight Maven server written in Go.

## Install

```
go get github.com/bborbe/maven
```

## Run

```
maven \
-logtostderr \
-v=2 \
-port=8080 \
-root=/tmp
```