@Mojo(name="run",
requiresDirectInvocation=true,
requiresDependencyResolution=TEST)
@Execute(phase=PROCESS_CLASSES,
goal="war:exploded")
public class RunMojo
extends AbstractGwtWebMojo
| Modifier and Type | Field and Description |
|---|---|
protected org.codehaus.plexus.archiver.manager.ArchiverManager |
archiverManager
To look up Archiver/UnArchiver implementations
|
styleartifactFactory, artifactMetadataSource, classpathBuilder, GWT_DEV, GWT_GROUP_ID, GWT_USER, gwtSdkFirstInClasspath, localRepository, modulePathPrefix, remoteRepositories, resolver, warSourceDirectory| Constructor and Description |
|---|
RunMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
doExecute() |
int |
getPort() |
org.apache.maven.project.MavenProject |
getProject() |
String |
getStartupUrl() |
protected void |
postProcessClassPath(Collection<File> classPath)
hook to post-process the dependency-based classpath
|
void |
setExecutedProject(org.apache.maven.project.MavenProject executedProject) |
void |
setRunTimeOut(int runTimeOut) |
getWebXml, isWebXmlServletPathAsIsaddArgumentDeploy, addArgumentGen, addCompileSourceArtifacts, addPersistentUnitCache, createJavaCommand, execute, getExtraJvmArgs, getJvm, getLogLevel, getStyle, setTimeOutgetGwtModules, getModules, readModuleaddClasspathElements, addCompileSourceRoot, getClasspath, getGenerateDirectory, getGwtDevJar, getGwtUserJar, getJarFiles, getLocalRepository, getOutputDirectory, getProjectArtifacts, getProjectRuntimeArtifacts, getRemoteRepositories, isGenerator, resolve, setupGenerateDirectory@Component protected org.codehaus.plexus.archiver.manager.ArchiverManager archiverManager
public String getStartupUrl() throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionpublic void doExecute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
doExecute in class AbstractGwtShellMojoorg.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionprotected void postProcessClassPath(Collection<File> classPath)
AbstractGwtShellMojopostProcessClassPath in class AbstractGwtShellMojopublic int getPort()
public void setRunTimeOut(int runTimeOut)
runTimeOut - the runTimeOut to setpublic void setExecutedProject(org.apache.maven.project.MavenProject executedProject)
public org.apache.maven.project.MavenProject getProject()
getProject in class AbstractGwtMojoCopyright © 2007–2017 MojoHaus. All rights reserved.