@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
|
style
artifactFactory, 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, isWebXmlServletPathAsIs
addArgumentDeploy, addArgumentGen, addCompileSourceArtifacts, addPersistentUnitCache, createJavaCommand, execute, getExtraJvmArgs, getJvm, getLogLevel, getStyle, setTimeOut
getGwtModules, getModules, readModule
addClasspathElements, 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.MojoExecutionException
public void doExecute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
doExecute
in class AbstractGwtShellMojo
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
protected void postProcessClassPath(Collection<File> classPath)
AbstractGwtShellMojo
postProcessClassPath
in class AbstractGwtShellMojo
public 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 AbstractGwtMojo
Copyright © 2007–2017 MojoHaus. All rights reserved.