javarequirementstracer.mojo
Class JrtMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by javarequirementstracer.mojo.JrtMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

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

Author:
Ruud de Jong

Field Summary
protected  org.apache.maven.project.MavenProject project
          The Maven Project Object
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
JrtMojo()
           
 
Method Summary
 void execute()
          Maven plugin execute method.
 
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
 

Field Detail

project

protected org.apache.maven.project.MavenProject project
The Maven Project Object

Constructor Detail

JrtMojo

public JrtMojo()
Method Detail

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException
Maven plugin execute method. This will check whether the reporter should be run, assembles the classloader and start the reporter from the alternate classloader.

Throws:
org.apache.maven.plugin.MojoExecutionException - when an error occurs.


Copyright © 2009. All Rights Reserved.