Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pascalgn/simple-repository-manager

Simple Maven repository manager
https://github.com/pascalgn/simple-repository-manager

Last synced: 16 days ago
JSON representation

Simple Maven repository manager

Awesome Lists containing this project

README

        

# simple-repository-manager

Simple Maven repository manager.

## Usage

To run the repository manager using Docker:

```
docker run --rm -p 3000:3000 pascalgn/simple-repository-manager
```

To use it in a project, configure the server in your `pom.xml`:

```xml


test
http://localhost:3000/repository/

```

Then run `mvn deploy` to deploy the project.

### Configuration

See [example-config.yaml](example-config.yaml)

## License

[MIT](LICENSE)