Mojo Mock Repository Manager Plugin Version 1.0-beta-2 Released
Hi,
The Mojo team is pleased to announce the release of the Mock Repository Manager Maven Plugin version 1.0-beta-2.
The Mock Repository Manager Plugin is used when you want to test Maven plugins against specific sets of dependencies in a repository.
To get this update, simply specify the version in your project's plugin configuration:
1<plugin>
2 <groupId>org.codehaus.mojo</groupId>
3 <artifactId>mrm-maven-plugin</artifactId>
4 <version>1.0-beta-2</version>
5</plugin>
Release Notes - Mojo's Mock Repository Manager - Version 1.0-beta-2
Bugs:
- MMOCKRM-9 - Site goals page only lists help goal (other goals missing in list)
- MMOCKRM-11 - Param propertyName should have a default value
- MMOCKRM-13 - downloading /favicon.ico throws an emptyStackException
Improvement:
- MMOCKRM-12 - Expose settings.xml for non-localhost users
Enjoy,
The Mojo team.
Robert Scholte