https://github.com/pascalgn/simple-repository-manager
Simple Maven repository manager
https://github.com/pascalgn/simple-repository-manager
Last synced: 11 months ago
JSON representation
Simple Maven repository manager
- Host: GitHub
- URL: https://github.com/pascalgn/simple-repository-manager
- Owner: pascalgn
- License: mit
- Created: 2019-07-22T19:17:39.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-04-16T19:21:53.000Z (almost 2 years ago)
- Last Synced: 2025-02-28T07:12:00.759Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 176 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)