[ANN] Maven Remote Resources Plugin 1.2 Released

2011-02-27 Thread Dennis Lundberg
The Maven team is pleased to announce the release of the Maven Remote
Resources Plugin, version 1.2

This plugin is used to retrieve JARs of resources from remote
repositories, process those resources, and incorporate them into JARs
you build with Maven.

http://maven.apache.org/plugins/maven-remote-resources-plugin/

You should specify the version in your project's plugin configuration:

plugin
  groupIdorg.apache.maven.plugins/groupId
  artifactIdmaven-remote-resources-plugin/artifactId
  version1.2/version
/plugin


Release Notes - Maven 2.x Remote Resources Plugin - Version 1.2

** Bug
* [MRRESOURCES-48] - Velocimacros included with #parse() are
sometimes ignored
* [MRRESOURCES-51] - Publish the XML schemas for remote-resources
and supplemental-model

** Improvement
* [MRRESOURCES-46] - project.properties not default provided to
velocity for interpolation
* [MRRESOURCES-50] - Add @threadSafe support for maven3


** Task
* [MRRESOURCES-52] - Update to maven-filtering 1.0


Enjoy,

-The Maven team


[ANN] Maven Resources Plugin 2.5 Released

2011-02-27 Thread Dennis Lundberg
The Maven team is pleased to announce the release of the Maven Resources
Plugin, version 2.5

The Resources Plugin handles the copying of project resources to the
output directory.

http://maven.apache.org/plugins/maven-resources-plugin/

You should specify the version in your project's plugin configuration:

plugin
  groupIdorg.apache.maven.plugins/groupId
  artifactIdmaven-resources-plugin/artifactId
  version2.5/version
/plugin


Release Notes - Maven 2.x Resources Plugin - Version 2.5

** Bug
* [MRESOURCES-104] - while filtering resources the token replacement
stops at the character @
* [MRESOURCES-110] - escapeString is broken - break filtered output

** Improvement
* [MRESOURCES-122] - Documentation improvements

** New Feature
* [MRESOURCES-128] - Custom resource filters

** Task
* [MRESOURCES-135] - Update to maven-filtering 1.0


Enjoy,

-The Maven team


[ANN] Maven Assembly Plugin 2.2.1 Released

2011-02-27 Thread Dennis Lundberg
The Maven team is pleased to announce the release of the Maven Assembly
Plugin, version 2.2.1

Do you want to create a binary distribution from a Maven project that
includes supporting scripts, configuration files, and all runtime
dependencies? You need to use the Assembly Plugin to create a
distribution for your project.

http://maven.apache.org/plugins/maven-assembly-plugin/

You should specify the version in your project's plugin configuration:

plugin
  groupIdorg.apache.maven.plugins/groupId
  artifactIdmaven-assembly-plugin/artifactId
  version2.2.1/version
/plugin


Release Notes - Maven 2.x Assembly Plugin - Version 2.2.1

** Bug
* [MASSEMBLY-255] - Typo in error message
* [MASSEMBLY-472] - Doc includes formatgz/format but plugin
doesn't support it
* [MASSEMBLY-510] - leading period ('.') added to directory names
* [MASSEMBLY-514] - The value for prerequisites/maven in the pom.xml
should be 2.2.1 for Maven Assembly Plugin 2.2
* [MASSEMBLY-516] - Error in Example for sharing-descriptors?
* [MASSEMBLY-519] - Documentation problem: description of how to
share assemble descriptors is wrong
* [MASSEMBLY-527] - [REGRESSION] Sharing assembly descriptors
doesn't work any more
* [MASSEMBLY-528] - FileSet does not support filtering (again)
* [MASSEMBLY-534] - Doc unclear on descriptor refs
* [MASSEMBLY-538] - filtering broken in files containing '@'
* [MASSEMBLY-540] - Web site uses the 1.1.0.xsd but 1.1.2 recommended

** Improvement
* [MASSEMBLY-512] - Plugin documentation refers to Maven 2
* [MASSEMBLY-522] - Thread safety
* [MASSEMBLY-524] - Make recommended goal usage more explicit;
separate non-deprecated goals from deprecated ones explicitly
* [MASSEMBLY-541] - XSD for component
* [MASSEMBLY-545] - While loading multiple Filter files, already
known filter values are not applied (see MSHARED-177)


Enjoy,

-The Maven team