Full name:
net.ltgt.gwt.maven:gwt-maven-plugin:1.0.1:package-lib
Description:
Attributes:
package
.Name | Type | Since | Description |
---|---|---|---|
<classesDirectory> |
File |
- |
Directory containing the classes and resource files that should be
packaged into the JAR. Default value is: ${project.build.outputDirectory} . |
<outputDirectory> |
File |
- |
Directory containing the generated JAR. Default value is: ${project.build.directory} . |
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 JAR even if none of the
contents appear to have changed. By default, this plugin looks to
see if the output jar exists and inputs have not changed. If these
conditions are true, the plugin skips creation of the jar. This
does not work when other plugins, like the maven-shade-plugin, are
configured to post-process the jar. This plugin can not detect the
post-processing, and so leaves the post-processed jar 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 jar
every time.Default value is: false .User property is: maven.jar.forceCreation . |
org.apache.maven.archiver.MavenArchiveConfiguration
No
java.io.File
Yes
${project.build.outputDirectory}
true
to avoid these problems by forcing this plugin to recreate the jar
every time.boolean
No
maven.jar.forceCreation
false
java.io.File
Yes
${project.build.directory}