You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Baptiste MATHUS <ml...@batmat.net> on 2013/07/08 20:58:14 UTC

[ANN] rpm-maven-plugin 2.1-alpha-3 Released

Hi,

The Mojo team is pleased to announce the release of the rpm-maven-plugin
version 2.1-alpha-3.

This plugin assembles files into an RPM package for installation on various
target UNIX systems.

http://mojo.codehaus.org/rpm-maven-plugin/

To get this update, simply specify the version in your project's plugin
configuration:

<plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>rpm-maven-plugin</artifactId>
        <version>2.1-alpha-3</version>
</plugin>

Release Notes

http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11970&version=18740

Enjoy,

The Mojo team.

-- Baptiste