org.apache.directory.server.plugin.sar
Class AbstractSarMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.directory.server.plugin.sar.AbstractSarMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
- SarExplodedMojo, SarInPlaceMojo, SarMojo
public abstract class AbstractSarMojo
- extends org.apache.maven.plugin.AbstractMojo
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 |
AbstractSarMojo
public AbstractSarMojo()
execute
public abstract void execute()
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
getProject
public org.apache.maven.project.MavenProject getProject()
- Returns:
getSarDirectory
public java.io.File getSarDirectory()
- Returns:
buildExplodedSAR
public void buildExplodedSAR()
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
buildExplodedSAR
public void buildExplodedSAR(java.util.Set excludes)
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.