Package org.codehaus.mojo.gwt.shell
Class DebugMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo,GwtModuleReader
@Mojo(name="debug", requiresDirectInvocation=true, requiresDependencyResolution=TEST) public class DebugMojo extends RunMojoRuns the project with a debugger port hook (optionally suspended).- Version:
- $Id$
- Author:
- cooper
-
-
Field Summary
-
Fields inherited from class org.codehaus.mojo.gwt.shell.RunMojo
archiverManager
-
Fields inherited from class org.codehaus.mojo.gwt.shell.AbstractGwtShellMojo
widgetsetMode
-
Fields inherited from class org.codehaus.mojo.gwt.AbstractGwtMojo
artifactFactory, artifactMetadataSource, classpathBuilder, GWT_GROUP_ID, gwtSdkFirstInClasspath, localRepository, modulePathPrefix, remoteRepositories, resolver, VAADIN_GROUP_ID, warSourceDirectory
-
-
Constructor Summary
Constructors Constructor Description DebugMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoExecute()java.lang.StringgetExtraJvmArgs()Override extraJVMArgs to append JVM debugger option-
Methods inherited from class org.codehaus.mojo.gwt.shell.RunMojo
getPort, getProject, getStartupUrl, postProcessClassPath, setExecutedProject, setRunTimeOut
-
Methods inherited from class org.codehaus.mojo.gwt.shell.AbstractGwtWebMojo
getWebXml, isWebXmlServletPathAsIs
-
Methods inherited from class org.codehaus.mojo.gwt.shell.AbstractGwtShellMojo
addArgumentDeploy, addArgumentGen, addCompileSourceArtifacts, addPersistentUnitCache, createJavaCommand, createWidgetsetRequest, execute, getJvm, getLogLevel, getStyle, setTimeOut
-
Methods inherited from class org.codehaus.mojo.gwt.AbstractGwtModuleMojo
getGwtModules, getModules, readModule
-
Methods inherited from class org.codehaus.mojo.gwt.AbstractGwtMojo
addClasspathElements, addCompileSourceRoot, getArtifact, getClasspath, getGenerateDirectory, getGwtDevJar, getGwtUserJar, getJarAndDependencies, getLocalRepository, getOutputDirectory, getProjectArtifacts, getProjectRuntimeArtifacts, getRemoteRepositories, isGenerator, resolve, setupGenerateDirectory
-
-
-
-
Method Detail
-
getExtraJvmArgs
public java.lang.String getExtraJvmArgs()
Override extraJVMArgs to append JVM debugger option- Overrides:
getExtraJvmArgsin classAbstractGwtShellMojo- See Also:
AbstractGwtShellMojo.getExtraJvmArgs()
-
-