https://github.com/mojohaus/mrm
https://github.com/mojohaus/mrm
java maven mock mojohaus
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mojohaus/mrm
- Owner: mojohaus
- License: apache-2.0
- Created: 2015-05-15T22:19:04.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2025-12-21T21:37:10.000Z (7 months ago)
- Last Synced: 2025-12-31T04:20:38.977Z (6 months ago)
- Topics: java, maven, mock, mojohaus
- Language: Java
- Homepage: https://www.mojohaus.org/mrm
- Size: 5.62 MB
- Stars: 7
- Watchers: 15
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Mock Repository Manager: Project
Mock Repository Manager for Maven. The Mock Repository Manager provides a mock Maven
repository manager.
[](http://www.apache.org/licenses/)
[](https://search.maven.org/artifact/org.codehaus.mojo/mrm)
[](https://github.com/mojohaus/mrm/actions/workflows/maven.yml)
## Releasing
* Make sure `gpg-agent` is running.
* Execute `mvn -B release:prepare release:perform`
For publishing the site do the following:
```
cd target/checkout
mvn site
mvn scm-publish:publish-scm
```