org.vafer.jdeb.maven
Class AbstractPluginMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.vafer.jdeb.maven.AbstractPluginMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
Direct Known Subclasses:
DebMojo

public abstract class AbstractPluginMojo
extends org.apache.maven.plugin.AbstractMojo


Field Summary
protected  File buildDirectory
           
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
AbstractPluginMojo()
           
 
Method Summary
protected  org.apache.maven.project.MavenProject getProject()
           
 
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
 
Methods inherited from interface org.apache.maven.plugin.Mojo
execute
 

Field Detail

buildDirectory

protected File buildDirectory
Constructor Detail

AbstractPluginMojo

public AbstractPluginMojo()
Method Detail

getProject

protected org.apache.maven.project.MavenProject getProject()


Copyright © 2012. All Rights Reserved.