org.apache.maven.plugin.deb
Class AbstractDebMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.plugin.deb.AbstractDebMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
- AttachDeb, DebPlugin, PackageBinaryMojo
public abstract class AbstractDebMojo
- extends org.apache.maven.plugin.AbstractMojo
- Version:
- $Id: AbstractDebMojo.java 3257 2007-02-07 02:44:21Z tobrien $
- Author:
- Trygve Laugstøl
Field Summary |
protected boolean |
useFakeroot
A flag to indicate whether to use fakeroot. |
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
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 |
useFakeroot
protected boolean useFakeroot
- A flag to indicate whether to use fakeroot.
AbstractDebMojo
public AbstractDebMojo()
getGroupId
public String getGroupId()
getArtifactId
public String getArtifactId()
getVersion
public String getVersion()
getControlFileGenerator
protected ControlFileGenerator getControlFileGenerator()
Copyright © 2003-2011 Codehaus. All Rights Reserved.