You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Rickard von Essen <ri...@gmail.com> on 2014/05/01 10:19:19 UTC

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

Hi,

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

The RPM Maven Plugin allows artifacts from one or more projects to be
packaged in an RPM for distribution. In addition to project artifacts, the
RPM can contain other resources to be installed with the artifacts and
scripts to be run while the package is being installed and removed. This
plugin does not support the full range of features available to RPMs. In
particular, source RPMs can not be generated and the spec files which are
used do not do any build process (the plugin collects the files and
"installs" them for packaging).

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-4</version>
</plugin>

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

Enjoy,

The Mojo team.

Rickard von Essen