| --- |
| layout: post |
| status: PUBLISHED |
| published: true |
| title: Apache Maven Help Plugin Version 3.2.0 Released |
| id: 8ed700bd-715c-4ea3-9d8b-983e46ff34f4 |
| date: '2019-04-23 17:26:21 -0400' |
| categories: maven |
| tags: |
| - maven-plugin |
| permalink: maven/entry/apache-maven-help-plugin-version3 |
| --- |
| <div class="entry-content"> |
| <p>The Apache Maven team is pleased to announce the release of the<br /> |
| <a href="https://maven.apache.org/plugins/maven-help-plugin/">Apache Maven Help Plugin, version 3.2.0</a></p> |
| <p>The Maven Help Plugin is used to get relative information about a project or<br /> |
| the system. It can be used to get a description of a particular plugin,<br /> |
| including the plugin’s goals with their parameters and component requirements,<br /> |
| the effective POM and effective settings of the current build, and the profiles<br /> |
| applied to the current project being built.</p> |
| <p>You should specify the version in your project’s plugin configuration:</p> |
| <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.plugins<span class="nt"></groupId></span>
|
| </span><span class='line'> <span class="nt"><artifactId></span>maven-help-plugin<span class="nt"></artifactId></span>
|
| </span><span class='line'> <span class="nt"><version></span>3.2.0<span class="nt"></version></span>
|
| </span><span class='line'><span class="nt"></plugin></span>
|
| </span></code></pre> |
| </td> |
| </tr> |
| </table> |
| </div> |
| </figure> |
| <p>You can download the appropriate <a href="https://maven.apache.org/plugins/maven-help-plugin/download.cgi">sources etc. from the download page</a>.</p> |
| <p><!-- more --></p> |
| <p><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317522&version=12345382">Release Notes – Maven Help Plugin – Version 3.2.0</a></p> |
| <p>New Feature:</p> |
| <ul> |
| <li><a href="https://issues.apache.org/jira/browse/MPH-160">MPH-160</a> – help:effective-pom -Dverbose: add source location as comments in effective pom.xml</li> |
| </ul> |
| <p>Improvement:</p> |
| <ul> |
| <li><a href="https://issues.apache.org/jira/browse/MPH-161">MPH-161</a> – add color to goal or plugin description</li> |
| </ul> |
| <p>Enjoy,</p> |
| <p>-The Apache Maven team</p> |
| </div> |