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] -         NPE when groupId or version is inherited from parent

[MMOCKRM-5] -         Manager throws unexpected HTTP 500

[MMOCKRM-7] -         Support content of classified files (at least xml)


            
        Improvement


[MMOCKRM-6] -         Upgrade to JDK5

[MMOCKRM-8] -         use maven-plugin-tools' java 5 annotations




Enjoy,

The Mojo team.
 
Robert Scholte

                                          

Reply via email to