blob: c2b2559b3f4eddf36013b5c26229c8cebe7d2dba [file]
---
layout: post
status: PUBLISHED
published: true
title: Apache Maven Reporting API 3.1.1 released
id: 983230d6-1835-45c4-a93c-e9bac1823d31
date: '2022-07-31 19:17:17 -0400'
categories: maven
tags:
- maven
- indexer
permalink: maven/entry/apache-maven-reporting-api-3
---
<div class="post_body">
<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.1</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>'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>'s <a href="https://maven.apache.org/ref/current/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html">Mojo</a>.</li>
</ul>
<div class="highlight">
<pre tabindex="0" class="chroma"><code class="language-xml" data-lang="xml"><span class="line"><span class="ln">1</span><span class="cl"><span class="nt"><plugin></span>
</span></span><span class="line"><span class="ln">2</span><span class="cl"> <span class="nt"><groupId></span>org.apache.maven.reporting<span class="nt"></groupId></span>
</span></span><span class="line"><span class="ln">3</span><span class="cl"> <span class="nt"><artifactId></span>maven-reporting-api<span class="nt"></artifactId></span>
</span></span><span class="line"><span class="ln">4</span><span class="cl"> <span class="nt"><version></span>3.1.1<span class="nt"></version></span>
</span></span><span class="line"><span class="ln">5</span><span class="cl"><span class="nt"></plugin></span>
</span></span></code></pre>
</div>
<p><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922&amp;version=12352152">Release Notes Maven Reporting API Version 3.1.1</a></p>
<ul>
<li>
<p>Task:</p>
<ul>
<li><a href="https://issues.apache.org/jira/browse/MSHARED-1118">MSHARED-1118</a> - Restore binary compat for MavenReport (partially revert MSHARED-1024)</li>
</ul>
</li>
</ul>
<p>Enjoy,</p>
<p>-The Apache Maven Team</p>
</p></div>