org.apache.maven.plugin.javadoc
Class FixJavadocMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.maven.plugin.javadoc.AbstractFixJavadocMojo
          extended by org.apache.maven.plugin.javadoc.FixJavadocMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class FixJavadocMojo
extends AbstractFixJavadocMojo

Fix Javadoc documentation and tags for the Java code for the project. See Where Tags Can Be Used.

Since:
2.6
Version:
$Id: FixJavadocMojo.html 829394 2012-08-19 17:31:42Z hboutemy $
Author:
Vincent Siveton
Is defined to be executed in:
phase:
compile
Is defined by the goal name:
fix
Requires the dependencies in this specified scope:
compile

Field Summary
 
Fields inherited from class org.apache.maven.plugin.javadoc.AbstractFixJavadocMojo
ignoreClirr
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
FixJavadocMojo()
           
 
Method Summary
 
Methods inherited from class org.apache.maven.plugin.javadoc.AbstractFixJavadocMojo
execute, getArtifactType, getCompileClasspathElements, getJavaMethodAsString, getProjectSourceRoots
 
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FixJavadocMojo

public FixJavadocMojo()


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.