[ANN] Maven Javadoc Plugin 2.10.1 released

2014-10-02 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven 
Javadoc Plugin, version 2.10.1.


This module generates browsable HTML pages from Java source code.

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

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

plugin
  groupIdorg.apache.maven.plugins/groupId
  artifactIdmaven-javadoc-plugin/artifactId
  version2.10.1/version
/plugin

Release Notes - Maven Javadoc Plugin - Version 2.10.1



** Bug
* [MJAVADOC-406] - Regression: MJAVADOC-398 commit changed wrong line
* [MJAVADOC-407] - Cannot parse annotations when generating javadoc
* [MJAVADOC-416] - java.lang.ClassCastException: 
com.sun.tools.javadoc.ClassDocImpl cannot be cast to 
com.sun.javadoc.AnnotationTypeDoc




** Improvement
* [MJAVADOC-412] - Update version of plexus-archiver to 2.5

Enjoy,

-The Apache Maven team


[ANN] Apache Maven Resources Plugin Version 2.7 Released

2014-10-02 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the 
Apache Maven Resources Plugin, version 2.7

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

Release Notes - Maven Resources Plugin - Version 2.7

http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11145version=18645

Bug:

 * [MRESOURCES-182] - Example Custom resource filters incorrect

Improvements:

 * [MRESOURCES-177] - Use version 1.2 of maven-filtering to use improvements
 * [MRESOURCES-180] - Documentation does not use correct versions
 * [MRESOURCES-181] - MavenProject/MavenSession Injection as a paremeter 
instead as a component.
 * [MRESOURCES-183] - Upgrade to Maven 2.2.1 compatiblity
 * [MRESOURCES-184] - Removing plexus-container-default dependency

Enjoy,

-The Apache Maven team

Karl-Heinz Marbaise