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 AbstractRunMojoAlfresco 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, useCustomShareLog4jConfig
-
-
Constructor Summary
Constructors Constructor Description RunMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()-
Methods inherited from class org.alfresco.maven.plugin.AbstractRunMojo
buildCustomWarInDir, buildPlatformWar, buildShareWar, copyAlfrescoGlobalProperties, copyAlfrescoLicense, copyHotswapAgentProperties, copyShareConfigCustom, copyShareLog4jConfig, getPort, packageAndInstallCustomWar, startTomcat, tomcatIsRunning
-
-