You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Stephen Connolly <st...@gmail.com> on 2012/09/17 00:11:50 UTC

Re: [mojo-announce] [ANN] Mock Repository Manager 1.0-beta-1 Released

+1

On 16 September 2012 10:24, Robert Scholte <rf...@codehaus.org> wrote:

>  Hi,
>
> The Mojo team is pleased to announce the release of the Mock Repository
> Manager version 1.0-beta-1.
>
> The Mock Repository Manager suite of projects are used to provide mock or
> lightweight Maven Repository Managers for use during integration testing of
> Maven plugins.
>
> http://mojo.codehaus.org/mrm/
>
> This project contains the following modules:
> - mrm-api
> - mrm-servlet
> - mrm-webapp
> - mrm-maven-plugin
>
> To update the Maven plugin, simply specify the version in your project's
> plugin configuration:
>
> <plugin>
>         <groupId>org.codehaus.mojo</groupId>
>         <artifactId>mrm-maven-plugin</artifactId>
>         <version>1.0-beta-1</version>
> </plugin>
>
> *Release Notes - Mojo's Mock Repository Manager - Version 1.0-beta-1 *Bug
>
>    - [MMOCKRM-3 <http://jira.codehaus.org/browse/MMOCKRM-3>] - NPE when
>    groupId or version is inherited from parent
>    - [MMOCKRM-5 <http://jira.codehaus.org/browse/MMOCKRM-5>] - Manager
>    throws unexpected HTTP 500
>    - [MMOCKRM-7 <http://jira.codehaus.org/browse/MMOCKRM-7>] - Support
>    content of classified files (at least xml)
>
>  Improvement
>
>    - [MMOCKRM-6 <http://jira.codehaus.org/browse/MMOCKRM-6>] - Upgrade to
>    JDK5
>    - [MMOCKRM-8 <http://jira.codehaus.org/browse/MMOCKRM-8>] - use
>    maven-plugin-tools' java 5 annotations
>
>
>
>
> Enjoy,
>
> The Mojo team.
>
> Robert Scholte
>
>
>