blob: 34820e91b8ee99ddf8ac5728868f9ed71049de2a [file] [log] [blame]
---
layout: post
title: "Apache Doxia Site Tools Version 2.0.0-M6 Released"
date: '2023-03-22T16:44:44+00:00'
permalink: apache-maven-doxia-sitetools-2-0-0-M6
categories:
- Maven-Doxia-Site-Tools
- Maven-Components
---
The Apache Maven team is pleased to announce the release of the
[Doxia Site Tools](https://maven.apache.org/doxia/doxia-sitetools/) Version 2.0.0-M6,
Released
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.
You can download the appropriate sources etc. from the download page:
https://maven.apache.org/doxia/doxia-sitetools/download.cgi
[Release Notes - Maven Doxia base - Version 2.0.0-M6](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317320&version=12352876)
* New Feature:
* [DOXIASITETOOLS-291](https://issues.apache.org/jira/browse/DOXIASITETOOLS-291) - Add timezone field to site descriptor PublishDate object and pass onto Velocity tools context
* Improvements:
* [DOXIASITETOOLS-293](https://issues.apache.org/jira/browse/DOXIASITETOOLS-293) - Remove menu items link in the sidebar to submodule that are not present in the same build (reactor)
* [DOXIASITETOOLS-294](https://issues.apache.org/jira/browse/DOXIASITETOOLS-294) - Replace legacy artifact resolution with Maven Resolver
* Tasks:
* [DOXIASITETOOLS-272](https://issues.apache.org/jira/browse/DOXIASITETOOLS-272) - Remove support for Maven 1.x style site directory layout
* [DOXIASITETOOLS-289](https://issues.apache.org/jira/browse/DOXIASITETOOLS-289) - Remove SiteTool#getParentProject()
* [DOXIASITETOOLS-290](https://issues.apache.org/jira/browse/DOXIASITETOOLS-290) - Remove SiteRenderingContext#defaultWindowTitle
* Dependency upgrade:
* [DOXIASITETOOLS-297](https://issues.apache.org/jira/browse/DOXIASITETOOLS-297) - Upgrade components
Enjoy,
- The Apache Maven team