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
- Host: GitHub
- URL: https://github.com/bborbe/maven
- Owner: bborbe
- License: bsd-2-clause
- Created: 2016-05-15T15:46:46.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-03-02T20:05:53.000Z (over 7 years ago)
- Last Synced: 2025-12-18T19:56:46.966Z (6 months ago)
- Language: Go
- Homepage:
- Size: 239 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
```