Package org.alfresco.maven.plugin
Class RunMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.alfresco.maven.plugin.AbstractRunMojo
org.alfresco.maven.plugin.RunMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="run",
defaultPhase=TEST,
aggregator=true,
requiresDependencyResolution=TEST)
public class RunMojo
extends AbstractRunMojo
Alfresco Plugin mojo that are used when you want to run the Alfresco server with all the webapps.
The server blocks after startup.
- Since:
- 3.0.0
- Version:
- 1.0
- Author:
- martin.bergljung
-
Field Summary
Fields inherited from class org.alfresco.maven.plugin.AbstractRunMojo
alfrescoApiExplorerArtifactId, alfrescoApiExplorerVersion, alfrescoGroupId, alfrescoPlatformVersion, alfrescoPlatformWarArtifactId, alfrescoShareVersion, alfrescoShareWarArtifactId, copyHotswapAgentConfig, enableApiExplorer, enablePlatform, enableShare, enableTestProperties, execEnv, MAVEN_DEPENDENCY_PLUGIN_VERSION, MAVEN_INSTALL_PLUGIN_VERSION, MAVEN_REPLACER_PLUGIN_VERSION, MAVEN_RESOURCE_PLUGIN_VERSION, MAVEN_TOMCAT7_PLUGIN_VERSION, mavenTomcatPort, PLATFORM_WAR_PREFIX_NAME, platformModules, pluginManager, project, session, SHARE_WAR_PREFIX_NAME, shareContextPath, shareModules, startTomcat, testFolder, testInclude, tomcatCustomWebapps, tomcatDependencies, tomcatPort, tomcatSystemProperties, useCustomShareLog4jConfigFields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.alfresco.maven.plugin.AbstractRunMojo
buildCustomWarInDir, buildPlatformWar, buildShareWar, copyAlfrescoGlobalProperties, copyAlfrescoLicense, copyHotswapAgentProperties, copyShareConfigCustom, copyShareLog4jConfig, getPort, packageAndInstallCustomWar, startTomcat, tomcatIsRunningMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
RunMojo
public RunMojo()
-
-
Method Details
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException- Throws:
org.apache.maven.plugin.MojoExecutionException
-