Full name:
net.ltgt.gwt.maven:gwt-maven-plugin:1.0.1:package-app
Description:
Attributes:
package
.Name | Type | Since | Description |
---|---|---|---|
<outputDirectory> |
String |
- |
The directory for the generated WAR. Default value is: ${project.build.directory} . |
<warName> |
String |
- |
The name of the generated WAR. Default value is: ${project.build.finalName} . |
Name | Type | Since | Description |
---|---|---|---|
<archive> |
MavenArchiveConfiguration |
- |
The archive configuration to use. See Maven
Archiver Reference. |
<forceCreation> |
boolean |
- |
Require the GWT plugin to build a new WAR even if none of the
contents appear to have changed. By default, this plugin looks to
see if the output war exists and inputs have not changed. If these
conditions are true, the plugin skips creation of the war. This
does not work when other plugins, like the maven-shade-plugin, are
configured to post-process the war. This plugin can not detect the
post-processing, and so leaves the post-processed war in place.
This can lead to failures when those plugins do not expect to find
their own output as an input. Set this parameter to true
to avoid these problems by forcing this plugin to recreate the war
every time.Default value is: false .User property is: war.forceCreation . |
org.apache.maven.archiver.MavenArchiveConfiguration
No
true
to avoid these problems by forcing this plugin to recreate the war
every time.boolean
No
war.forceCreation
false
java.lang.String
Yes
${project.build.directory}
java.lang.String
Yes
${project.build.finalName}