org.apache.directory.daemon.installers
Class ServiceInstallersMojo
java.lang.Object
AbstractMojo
org.apache.directory.daemon.installers.ServiceInstallersMojo
public class ServiceInstallersMojo
- extends AbstractMojo
Maven 2 mojo creating the platform specific installation layout images.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BOOTSTRAPPER_ARTIFACT_ID
static final java.lang.String BOOTSTRAPPER_ARTIFACT_ID
- See Also:
- Constant Field Values
BOOTSTRAPPER_GROUP_ID
static final java.lang.String BOOTSTRAPPER_GROUP_ID
- See Also:
- Constant Field Values
LOGGER_ARTIFACT_ID
static final java.lang.String LOGGER_ARTIFACT_ID
- See Also:
- Constant Field Values
LOGGER_GROUP_ID
static final java.lang.String LOGGER_GROUP_ID
- See Also:
- Constant Field Values
DAEMON_ARTIFACT_ID
static final java.lang.String DAEMON_ARTIFACT_ID
- See Also:
- Constant Field Values
DAEMON_GROUP_ID
static final java.lang.String DAEMON_GROUP_ID
- See Also:
- Constant Field Values
ServiceInstallersMojo
public ServiceInstallersMojo()
execute
public void execute()
throws MojoExecutionException,
MojoFailureException
- Throws:
MojoExecutionException
MojoFailureException
reportSetup
public void reportSetup()
getOutputDirectory
public java.io.File getOutputDirectory()
getBootstrapper
public Artifact getBootstrapper()
getDaemon
public Artifact getDaemon()
getLogger
public Artifact getLogger()
getEncoding
public java.lang.String getEncoding()
getProject
public MavenProject getProject()
getExcludes
public java.util.Set getExcludes()
getApplicationClass
public java.lang.String getApplicationClass()
getSourceDirectory
public java.io.File getSourceDirectory()
setPackagedFiles
public void setPackagedFiles(PackagedFile[] packagedFiles)
getPackagedFiles
public PackagedFile[] getPackagedFiles()