com.atlassian.maven.plugins.testharness
Class StartConfluenceMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
com.atlassian.maven.plugins.testharness.AbstractStartServiceMojo
com.atlassian.maven.plugins.testharness.StartConfluenceMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class StartConfluenceMojo
- extends AbstractStartServiceMojo
starts confluence in a Container using cargo to support integration tests
| 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 |
StartConfluenceMojo
public StartConfluenceMojo()
getServiceName
public java.lang.String getServiceName()
- Specified by:
getServiceName in class AbstractStartServiceMojo
configureWebapp
protected void configureWebapp()
throws org.apache.maven.plugin.MojoExecutionException
- Description copied from class:
AbstractStartServiceMojo
- does pre-deployment of Container config
- Specified by:
configureWebapp in class AbstractStartServiceMojo
- Throws:
org.apache.maven.plugin.MojoExecutionException
getSystemProperties
protected java.util.Map getSystemProperties()
- system properties to be set on the application Container
- Specified by:
getSystemProperties in class AbstractStartServiceMojo
- Returns:
getExtraClassPathElements
protected java.lang.String[] getExtraClassPathElements()
- set of strings that will be added to the classpath for the application Container
- Specified by:
getExtraClassPathElements in class AbstractStartServiceMojo
- Returns:
Copyright © 2008 Atlassian Software Systems Pty Ltd. All Rights Reserved.