org.apache.geronimo.mavenplugins.geronimo.server
Class InstallAssemblyMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.codehaus.mojo.pluginsupport.MojoSupport
          extended by org.codehaus.mojo.pluginsupport.ant.AntMojoSupport
              extended by org.apache.geronimo.mavenplugins.geronimo.GeronimoMojoSupport
                  extended by org.apache.geronimo.mavenplugins.geronimo.reporting.ReportingMojoSupport
                      extended by org.apache.geronimo.mavenplugins.geronimo.server.InstallerMojoSupport
                          extended by org.apache.geronimo.mavenplugins.geronimo.server.InstallAssemblyMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable
Direct Known Subclasses:
InstallMojo

public class InstallAssemblyMojo
extends InstallerMojoSupport

Install a Geronimo server assembly.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.geronimo.mavenplugins.geronimo.server.InstallerMojoSupport
InstallerMojoSupport.InstallType
 
Field Summary
 
Fields inherited from class org.apache.geronimo.mavenplugins.geronimo.server.InstallerMojoSupport
assemblies, assemblyArchive, assemblyId, defaultAssemblyId, geronimoHome, installDirectory, installType, refresh
 
Fields inherited from class org.apache.geronimo.mavenplugins.geronimo.reporting.ReportingMojoSupport
logFile, logOutput, logOutputDirectory, reporters, stopOnFailure
 
Fields inherited from class org.apache.geronimo.mavenplugins.geronimo.GeronimoMojoSupport
artifactRepository, hostname, password, port, project, username
 
Fields inherited from class org.codehaus.mojo.pluginsupport.ant.AntMojoSupport
ant
 
Fields inherited from class org.codehaus.mojo.pluginsupport.MojoSupport
container, log
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
InstallAssemblyMojo()
           
 
Method Summary
protected  void doExecute()
           
protected  String getFullClassName()
          Sub-class must override to provide the goal name.
 
Methods inherited from class org.apache.geronimo.mavenplugins.geronimo.server.InstallerMojoSupport
getAssemblyArtifact, init, installAssembly
 
Methods inherited from class org.apache.geronimo.mavenplugins.geronimo.reporting.ReportingMojoSupport
execute, getLogFile
 
Methods inherited from class org.apache.geronimo.mavenplugins.geronimo.GeronimoMojoSupport
getArtifactRepository, getProject
 
Methods inherited from class org.codehaus.mojo.pluginsupport.ant.AntMojoSupport
createFileSet, createTask, inheritProperties, initAntLogger, mkdir, setProperty, setSystemProperty, setSystemProperty
 
Methods inherited from class org.codehaus.mojo.pluginsupport.MojoSupport
contextualize, createArtifact, getArtifact, getArtifactFactory, getArtifactResolver, getProjectArtifacts, getProjectArtifacts, getProjectArtifacts, resolveArtifact, resolveArtifact
 
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
 

Constructor Detail

InstallAssemblyMojo

public InstallAssemblyMojo()
Method Detail

doExecute

protected void doExecute()
                  throws Exception
Overrides:
doExecute in class org.codehaus.mojo.pluginsupport.MojoSupport
Throws:
Exception

getFullClassName

protected String getFullClassName()
Description copied from class: ReportingMojoSupport
Sub-class must override to provide the goal name.

Specified by:
getFullClassName in class ReportingMojoSupport
Returns:
The name of the goal.


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.