You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Anders Hammar <an...@hammar.net> on 2012/08/27 10:04:34 UTC

[ANN] Mojo's RPM Maven Plugin 2.1-alpha-2 Released

Hi,

The Mojo team is pleased to announce the release of the RPM Maven
Plugin version 2.1-alpha-2.

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


Release Notes

** Bug
    * [MRPM-102] - path with space using the directoryIncluded causes
rpmbuild failure
    * [MRPM-115] - FileUtils.cleanDirectory() attempts to resolve and
remove children of symbolic links
    * [MRPM-118] - Build failure: date rollover in version string
causes "file not found" during install
    * [MRPM-122] - RPM lowercases architecture values, breaking mixed
case uses of architecture

** Improvement
    * [MRPM-120] - Integration tests: improve test error messages
    * [MRPM-121] - Upgrade plexus-archiver dependency
    * [MRPM-123] - Align reports with other Mojo projects

** Task
    * [MRPM-105] - Create integration test based on the maven-invoker-plugin


Enjoy,

The Mojo team.

/Anders

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org