Full name:
com.vertispan.j2cl:j2cl-maven-plugin:0.21.0:clean
Description:
target
, and handle the cases where the
user needs to manually run clean. When working on more than one
j2cl-maven-plugin project locally, it can he helpful to specify a
global shared cache that all projects should share, so that when
any artifact is built it can be reused.Attributes:
Name | Type | Since | Description |
---|---|---|---|
<gwt3BuildCacheDir> |
File |
- |
Specifies the path to the build cache. This defaults to a directory
in target , but for easier reuse and faster builds
between projects, it can make sense to set this globally to a
shared directory.Default value is: ${project.build.directory}/gwt3BuildCache .User property is: gwt3.cache.dir . |
<localBuildCache> |
File |
- |
(no description) Default value is: ${project.build.directory}/j2cl-maven-plugin-local-cache . |
Name | Type | Since | Description |
---|---|---|---|
<artifact> |
String |
- |
The artifact that should be cleaned. If not specified, all
artifacts in the current reactor will be cleaned. Specify
* to indicate that the entire cache should be cleaned.User property is: artifact . |
*
to indicate that the entire cache should be cleaned.java.lang.String
No
artifact
target
, but for easier reuse and faster builds
between projects, it can make sense to set this globally to a
shared directory.java.io.File
Yes
gwt3.cache.dir
${project.build.directory}/gwt3BuildCache
java.io.File
Yes
${project.build.directory}/j2cl-maven-plugin-local-cache