com.atlassian.maven.plugins
Class Tomcat

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by com.atlassian.maven.plugins.AbstractIdeaMojo
          extended by com.atlassian.maven.plugins.AbstractServer
              extended by com.atlassian.maven.plugins.Tomcat
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class Tomcat
extends AbstractServer

Author:
Atlassian

Field Summary
 
Fields inherited from class com.atlassian.maven.plugins.AbstractIdeaMojo
appParams, appPort, artifactFactory, artifactMetadataSource, artifactResolver, atlassianProperties, CONFLUENCE, contextPath, docBase, driverName, executedProject, ideaHasBeenRun, JIRA, JIRA_APPSERVER_MODULE, JIRA_CORE_MODULE, jndiName, localRepo, log, overwrite, password, rmiPort, url, username
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
Tomcat()
           
 
Method Summary
protected  void createApp(java.lang.String appServerDependency)
           
 void execute()
           
 void modifyIws()
           
 
Methods inherited from class com.atlassian.maven.plugins.AbstractServer
build
 
Methods inherited from class com.atlassian.maven.plugins.AbstractIdeaMojo
addWebAppModules, callMavenIdea, createBuildResource, createElement, createLibraryResource, createOptions, createProjectResource, createResource, doDependencyResolution, findComponent, findElement, findElement, findElement, findElementWithAttribute, findModule, getLog, getModuleFileUrl, getPluginSetting, getProjectArtifacts, getProjectFileUrl, initAppProperties, initAtlassianVariables, initParam, invertSlashes, modifyEnvModule, modifyIpr, modifyResinEnvModule, readXmlDocument, readXmlDocument, removeElement, removeElement, removeOldElements, replace, replaceArtifactId, replaceJavaVersion, replaceURLElement, toRelative, writeXmlDocument
 
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getPluginContext, setLog, setPluginContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tomcat

public Tomcat()
Method Detail

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException,
                    org.apache.maven.plugin.MojoFailureException
Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException

createApp

protected void createApp(java.lang.String appServerDependency)
                  throws org.apache.maven.plugin.MojoExecutionException
Specified by:
createApp in class AbstractServer
Throws:
org.apache.maven.plugin.MojoExecutionException

modifyIws

public void modifyIws()
               throws org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoExecutionException


Copyright © 2007 null. All Rights Reserved.