[MPLUGIN-244] Help mojo generates Javadoc, which is not accepted by JDK 8 doclint

Submitted by: Muminur Choudhury


git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1508586 13f79535-47bb-0310-9956-ffa450edef68
master
Herve Boutemy 2013-07-30 19:37:44 +00:00
parent 3ed2aef1df
commit 9a8f79c110
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ import java.util.Iterator;
import java.util.List;
/**
* Display help information on ${artifactId}.<br/>
* Display help information on ${artifactId}.<br>
* Call <code>mvn ${goalPrefix}:help -Ddetail=true -Dgoal=&lt;goal-name&gt;</code> to display parameter details.
* @author
* @version