org.apache.geronimo.mavenplugins.geronimo
Class GeronimoMojoSupport

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
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable
Direct Known Subclasses:
ReportingMojoSupport

public abstract class GeronimoMojoSupport
extends org.codehaus.mojo.pluginsupport.ant.AntMojoSupport

Support for Geronimo mojos.


Field Summary
protected  org.apache.maven.artifact.repository.ArtifactRepository artifactRepository
          ???
protected  String hostname
          The hostname of the server to connect to.
protected  String password
          The password to authenticate with.
protected  int port
          The port number to connect to the server.
protected  org.apache.maven.project.MavenProject project
          The maven project.
protected  String username
          The username to authenticate with.
 
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
GeronimoMojoSupport()
           
 
Method Summary
protected  org.apache.maven.artifact.repository.ArtifactRepository getArtifactRepository()
           
protected  org.apache.maven.project.MavenProject getProject()
           
 
Methods inherited from class org.codehaus.mojo.pluginsupport.ant.AntMojoSupport
createFileSet, createTask, inheritProperties, init, initAntLogger, mkdir, setProperty, setSystemProperty, setSystemProperty
 
Methods inherited from class org.codehaus.mojo.pluginsupport.MojoSupport
contextualize, createArtifact, doExecute, execute, 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
 

Field Detail

hostname

protected String hostname
The hostname of the server to connect to.


port

protected int port
The port number to connect to the server.


username

protected String username
The username to authenticate with.


password

protected String password
The password to authenticate with.


project

protected org.apache.maven.project.MavenProject project
The maven project.


artifactRepository

protected org.apache.maven.artifact.repository.ArtifactRepository artifactRepository
???

Constructor Detail

GeronimoMojoSupport

public GeronimoMojoSupport()
Method Detail

getProject

protected org.apache.maven.project.MavenProject getProject()
Overrides:
getProject in class org.codehaus.mojo.pluginsupport.MojoSupport

getArtifactRepository

protected org.apache.maven.artifact.repository.ArtifactRepository getArtifactRepository()
Overrides:
getArtifactRepository in class org.codehaus.mojo.pluginsupport.MojoSupport


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