My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
Shell  
Updated Feb 4, 2010 by roald.ba...@gmail.com

gwt:shell

Mojo Attributes :

  • Requires a Maven 2.0 project to execute.
  • Requires dependency resolution of artifacts in scope: runtime

Required Parameters

NameTypeDescription
gwtHomeStringNo description.

Optional Parameters

Parameter Details

NameTypeDescription
debugbooleanNo description. Default value is true.
debugPortStringNo description. Default value is 5005.
gwtAppStringThe GWT application to be excuted. Specified as the full qualified name of the gwt.xml file, leaving out the double extention (.gwt.xml). If this variable is left unset, the plugin will search through the classpath to find all applications.
gwtStyleStringScript output style: OBFUSCATED, PRETTY, or DETAILED (defaults to OBF) Default value is obf.
jvmArgsListNo description.
logLevelStringThe level of logging detail: ERROR, WARN, INFO, TRACE, DEBUG, SPAM, or ALL Default value is WARN.
outputDirectoryStringDirectory were the compiled class should be placed Default value is ${basedir}/target/${project.build.finalName}.
skipbooleanNo description. Default value is false.

debug

No Description.

  • Type : boolean
  • Required : No
  • Expression : ${gwt.debug}
  • Default : true

debugPort

No Description.

  • Type : java.lang.String
  • Required : No
  • Expression : ${gwt.debug.port}
  • Default : 5005

gwtApp

The GWT application to be excuted. Specified as the full qualified name of the gwt.xml file, leaving out the double extention (.gwt.xml).

If this variable is left unset, the plugin will search through the classpath to find all applications.

  • Type : java.lang.String
  • Required : No
  • Expression : ${gwt.app}

gwtHome

No Description.

  • Type : java.lang.String
  • Required : Yes
  • Expression : ${gwt.home}

gwtStyle

Script output style: OBFUSCATED, PRETTY, or DETAILED (defaults to OBF)

  • Type : java.lang.String
  • Required : No
  • Expression : ${gwt.style}
  • Default : obf

jvmArgs

No Description.

  • Type : java.util.List
  • Required : No

logLevel

The level of logging detail: ERROR, WARN, INFO, TRACE, DEBUG, SPAM, or ALL

  • Type : java.lang.String
  • Required : No
  • Expression : ${gwt.logLevel}
  • Default : WARN

outputDirectory

Directory were the compiled class should be placed

  • Type : java.lang.String
  • Required : No
  • Expression : ${gwt.outputDirectory}
  • Default : ${basedir}/target/${project.build.finalName}

skip

No Description.

  • Type : boolean
  • Required : No
  • Expression : ${gwt.skip}
  • Default : false
Powered by Google Project Hosting