org.codehaus.mojo.xdoclet
Class XDocletMojo

java.lang.Object
  extended byorg.apache.maven.plugin.AbstractMojo
      extended byorg.apache.maven.plugin.antrun.AbstractAntMojo
          extended byorg.codehaus.mojo.xdoclet.XDocletMojo
All Implemented Interfaces:
ContextEnabled, Mojo

public class XDocletMojo
extends AbstractAntMojo

Runs XDoclet.

Author:
Kenney Westerhof
Is configured to the role hint:
override
Is defined by the goal name:
xdoclet
Is bound to the specified phase of the standard build lifecycle:
generate-sources
Requires the dependencies in this specified scope:
compile

Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
XDocletMojo()
           
 
Method Summary
 void execute()
           
 
Methods inherited from class org.apache.maven.plugin.antrun.AbstractAntMojo
executeTasks
 
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

XDocletMojo

public XDocletMojo()
Method Detail

execute

public void execute()
             throws MojoExecutionException
Throws:
MojoExecutionException


Copyright © 2009 Codehaus. All Rights Reserved.