Full name:
net.ltgt.gwt.maven:gwt-maven-plugin:1.0.1:devmode
Description:
Attributes:
compile+runtime
.process-classes
prior to executing itself.Name | Type | Since | Description |
---|---|---|---|
<classpathScope> |
String |
- |
The dependency scope to use for the classpath.
The scope should be one of the scopes defined by org.apache.maven.artifact.Artifact. This includes the following:
Default value is: runtime . |
<devmodeWorkDir> |
File |
- |
The compiler work directory (must be writeable). Default value is: ${project.build.directory}/gwt/devmode/work . |
<warDir> |
File |
- |
Directory into which deployable output files will be written. Default value is: ${project.build.directory}/gwt/devmode/war . |
Name | Type | Since | Description |
---|---|---|---|
<devmodeArgs> |
List |
- |
Additional arguments to be passed to the GWT compiler. |
<failOnError> |
Boolean |
- |
Only succeed if no input files have errors. User property is: gwt.failOnError . |
<jdkToolchain> |
Map |
- |
Requirements for this jdk toolchain, if jvm is not
set.
This overrides the toolchain selected by the maven-toolchains-plugin. |
<jvm> |
String |
- |
Path to the Java executable to use. By default, will use the
configured toolchain, or fallback to the same JVM as the one used
to run Maven. |
<jvmArgs> |
List |
- |
Arguments to be passed to the forked JVM (e.g. -Xmx ) |
<logLevel> |
String |
- |
Sets the level of logging detail. User property is: gwt.logLevel . |
<modules> |
String |
- |
Comma-delimited list of the modules to run.
Defaults to the discovered module names from
User property is: gwt.modules . |
<projects> |
String |
- |
Comma-delimited list of the reactor projects to run.
Defaults to all the User property is: gwt.projects . |
<sourceLevel> |
String |
- |
Specifies Java source level. User property is: maven.compiler.source . |
<startupUrls> |
List |
- |
Automatically launches the specified URLs. |
<style> |
String |
- |
Script output style: OBFUSCATED, PRETTY, or DETAILED. User property is: gwt.style . |
<systemProperties> |
Map |
- |
List of system properties to pass to the GWT compiler. |
The scope should be one of the scopes defined by org.apache.maven.artifact.Artifact. This includes the following:
java.lang.String
Yes
runtime
java.util.List
No
java.io.File
Yes
${project.build.directory}/gwt/devmode/work
java.lang.Boolean
No
gwt.failOnError
jvm
is not
set.
This overrides the toolchain selected by the maven-toolchains-plugin.
java.util.Map
No
java.lang.String
No
-Xmx
)java.util.List
No
java.lang.String
No
gwt.logLevel
Defaults to the discovered module names from
gwt-app
projects.
java.lang.String
No
gwt.modules
Defaults to all the gwt-app
projects in the
reactor.
java.lang.String
No
gwt.projects
java.lang.String
No
maven.compiler.source
java.util.List
No
java.lang.String
No
gwt.style
java.util.Map
No
java.io.File
Yes
${project.build.directory}/gwt/devmode/war