org.jboss.maven.plugins.retro
Class RetroCheckMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.jboss.maven.plugins.retro.RetroCheckMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

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

Maven wrapper for JBoss Retro. By default it will bind to the process classes phase, which takes place immediately after the compile phase.


Field Summary
protected  java.util.List pluginComponents
          The Maven Plugin Object
protected  org.apache.maven.project.MavenProject project
          The Maven Project Object
protected  org.apache.maven.project.MavenProjectHelper projectHelper
          The Maven Project Helper Object
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
RetroCheckMojo()
           
 
Method Summary
 void execute()
           
 
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


projectHelper

protected org.apache.maven.project.MavenProjectHelper projectHelper
The Maven Project Helper Object


pluginComponents

protected java.util.List pluginComponents
The Maven Plugin Object

Constructor Detail

RetroCheckMojo

public RetroCheckMojo()
Method Detail

execute

public void execute()


Copyright © 2007 JBoss Inc.. All Rights Reserved.