Skip to content

Commit

Permalink
fixing some javadoc, remaining are due to Modello so skip javadoc fai…
Browse files Browse the repository at this point in the history
…lure

Signed-off-by: olivier lamy <[email protected]>
  • Loading branch information
olamy committed Oct 25, 2018
1 parent 6b3122c commit 26ba032
Show file tree
Hide file tree
Showing 6 changed files with 225 additions and 74 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,14 @@ public abstract class AbstractGeneratorMojo
protected boolean skipErrorNoDescriptorsFound;

/**
* <p>
* The role names of mojo extractors to use.
* <p/>
* </p>
* <p>
* If not set, all mojo extractors will be used. If set to an empty extractor name, no mojo extractors
* will be used.
* <p/>
* </p>
* Example:
* <p/>
* <pre>
* &lt;!-- Use all mojo extractors --&gt;
* &lt;extractors/&gt;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,16 @@
import org.apache.maven.tools.plugin.generator.PluginDescriptorGenerator;

/**
* <p>
* Generate a plugin descriptor.
* <br/>
* </p>
* <p>
* <b>Note:</b> Since 3.0, for Java plugin annotations support,
* default <a href="http://maven.apache.org/ref/current/maven-core/lifecycles.html">phase</a>
* defined by this goal is after the "compilation" of any scripts. This doesn't override
* <a href="/ref/current/maven-core/default-bindings.html#Bindings_for_maven-plugin_packaging">the default binding coded
* at generate-resources phase</a> in Maven core.
*
* </p>
* @author <a href="mailto:[email protected]">Jason van Zyl</a>
* @since 2.0
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,15 @@ public class PluginReport
private Requirements requirements;

/**
* <p>
* The goal prefix that will appear before the ":".
* By default, this plugin applies a heuristic to derive a heuristic from
* the plugin's artifactId.
* <p/>
* </p>
* <p>
* It removes any occurrences of the regular expression <strong>-?maven-?</strong>,
* and then removes any occurrences of <strong>-?plugin-?</strong>.
* </p>
* <p>
* For example, horsefeature-maven-plugin becomes horsefeature.
* </p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@
import com.thoughtworks.qdox.model.JavaType;

/**
* <p>
* Extracts Mojo descriptors from <a href="http://java.sun.com/">Java</a> sources.
* <br/>
* </p>
* For more information about the usage tag, have a look to:
* <a href="http://maven.apache.org/developers/mojo-api-specification.html">
* http://maven.apache.org/developers/mojo-api-specification.html</a>
Expand Down
Loading

0 comments on commit 26ba032

Please sign in to comment.