org.apache.maven.doxia.plugin
Class DoxiaRenderBooksMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.maven.doxia.plugin.DoxiaRenderBooksMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class DoxiaRenderBooksMojo
extends org.apache.maven.plugin.AbstractMojo

A Mojo to create books in different output formats.

Version:
$Id: DoxiaRenderBooksMojo.java 572957 2007-09-05 14:24:18Z ltheussl $
Author:
Trygve Laugstøl

Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
DoxiaRenderBooksMojo()
           
 
Method Summary
 void execute()
          Executes the Mojo.
 
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

DoxiaRenderBooksMojo

public DoxiaRenderBooksMojo()
Method Detail

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException,
                    org.apache.maven.plugin.MojoFailureException
Executes the Mojo.

Throws:
org.apache.maven.plugin.MojoExecutionException - if an exception occurs during the execution of the plugin.
org.apache.maven.plugin.MojoFailureException - if there are configuration errors.


Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.