[ANN] Apache Maven Doxia Sitetools 1.7.5 Released

2017-10-08 Thread Robert Scholte
The Apache Maven team is pleased to announce the release of the Apache  
Maven Doxia Sitetools, version 1.7.5


Doxia Sitetools is an extension of base Doxia component that generates  
either HTML sites, consisting of decoration and content that was generated  
by Doxia, or documents like RTF or PDF.


In addition, Doxia Sitetools processes files with extra .vm extension with  
Velocity.


https://maven.apache.org/doxia/doxia-sitetools/index.html

You can download the appropriate sources etc. from the download page:

https://maven.apache.org/doxia/doxia-sitetools/download.cgi


Release Notes - Maven Doxia Sitetools - Version 1.7.5

** Bug
* [DOXIASITETOOLS-172] - Width, height and border values not used for  
banner display
* [DOXIASITETOOLS-173] - Default skin CSS maven-base.css sets  
border:none on all images with tag img

* [DOXIASITETOOLS-175] - change Velocity engine links
* [DOXIASITETOOLS-177] - Use of commons-lang 2 causes failure with JDK  
9 b175+


** Improvement
* [DOXIASITETOOLS-178] - Upgrade to Commons Lang 3



Enjoy,

-The Apache Maven team


[ANN] Apache Maven WAR Plugin Version 3.2.0 Released

2017-10-08 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the 
Apache Maven WAR Plugin, version 3.2.0.

The WAR Plugin is responsible for collecting all artifact dependencies, classes
and resources of the web application and packaging them into a web application
archive.

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

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


  org.apache.maven.plugins
  maven-war-plugin
  3.2.0


You can download the appropriate sources etc. from the download page:

https://maven.apache.org/plugins/maven-war-plugin/download.cgi

Important Note: 

 * Maven 3.X only
 * JDK 7 minimum requirement

Release Notes - Maven WAR Plugin - Version 3.2.0

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318121=12341372


Bug:

 * [MWAR-407] - Binary files are modified during web.xml filtering; revert 
MWAR-404

Dependency upgrades:

 * [MWAR-409] - Upgrade maven-archiver to 3.2.0 / plexus-archiver 3.5
 * [MWAR-410] - Upgrade plexus-utils to version 3.1.0

Enjoy,

-The Apache Maven team