blob: d5366221fd6dd90bd7e92172351638f488b4336e [file]
---
layout: post
status: PUBLISHED
published: true
title: Apache Maven Reporting API Version 3.1.0 Released
id: cf299dd8-3133-4609-93a6-226e16198929
date: '2022-02-05 12:50:50 -0500'
categories: maven
tags:
- maven-shared
permalink: maven/entry/apache-maven-reporting-api-version
---
<div class="entry-content">
<p>The Apache Maven team is pleased to announce the release of the<br />
<a href="https://maven.apache.org/shared/maven-reporting-api/">Apache Shared Component: Apache Maven Reporting API Version 3.1.0</a></p>
<p>Abstract classes to manage report generation, which can be run both:</p>
<ul>
<li>as part of a site generation, as a <a href="https://maven.apache.org/shared/maven-reporting-api/">maven-reporting-api</a>&rsquo;s <a href="https://maven.apache.org/shared/maven-reporting-api/apidocs/org/apache/maven/reporting/MavenReport.html">MavenReport</a>,</li>
<li>or as a direct standalone goal invocation, as a <a href="https://maven.apache.org/ref/current/maven-plugin-api/">maven-plugin-api</a>&rsquo;s <a href="https://maven.apache.org/ref/current/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html">Mojo</a>.</li>
</ul>
<figure class='code'>
<figcaption><span></span></figcaption>
<div class="highlight">
<table>
<tr>
<td class="gutter">
<pre class="line-numbers"><span class='line-number'>1</span>
<span class='line-number'>2</span>
<span class='line-number'>3</span>
<span class='line-number'>4</span>
<span class='line-number'>5</span>
</pre>
</td>
<td class='code'>
<pre><code class='xml'><span class='line'><span class="nt"><plugin></span>
</span><span class='line'> <span class="nt"><groupId></span>org.apache.maven.reporting<span class="nt"></groupId></span>
</span><span class='line'> <span class="nt"><artifactId></span>maven-reporting-api<span class="nt"></artifactId></span>
</span><span class='line'> <span class="nt"><version></span>3.1.0<span class="nt"></version></span>
</span><span class='line'><span class="nt"></plugin></span>
</span></code></pre>
</td>
</tr>
</table>
</div>
</figure>
<p><!-- more --></p>
<p><a href="https://issues.apache.org/jira/projects/MSHARED/versions/12331438">Release Notes</a></p>
<ul>
<li>
<p>Improvements:</p>
<ul>
<li>[MSHARED-812] &ndash; Require Java 7</li>
<li>[MSHARED-879] &ndash; make build Reproducible</li>
</ul>
</li>
<li>
<p>Task:</p>
<ul>
<li>[MSHARED-1024] &ndash; Replace deprecated code</li>
</ul>
</li>
<li>
<p>Dependency upgrade:</p>
<ul>
<li>[MSHARED-844] &ndash; Upgrade to Doxia 1.11.1</li>
</ul>
</li>
</ul>
<p>Enjoy,</p>
<p>-The Apache Maven Team</p>