jsxm:copy-external-package
Full name:
org.jsxm.maven.plugin:jsxm-maven-plugin:1.4.11-RC5:copy-external-package
Description:
Goal that copies the java package structure of external java libraries and creates the same structure inside the specification(spec) folder. Finally it adds the new created folders to the build path in order to provide access to specification directly from the package explorer.
Attributes:
- Requires a Maven project to be executed.
- Since version: Version 1.2.
- Binds by default to the lifecycle phase: compile.
Required Parameters
Name | Type | Since | Description |
---|---|---|---|
banimationThreadPool | String | 1.4.7 | Sets the executor for banimation phase Current options are: cachedThreadPool fixedThreadPool singleFixedThreadPool singleThreadExecutor Default value is: fixedThreadPool. |
baseDir | String | Version 1.2 | The root directory of the project. Default value is: ${basedir}. |
compilationThreadPool | String | 1.4.7 | Sets the executor for compilation phase Current options are: cachedThreadPool fixedThreadPool singleFixedThreadPool singleThreadExecutor Default value is: fixedThreadPool. |
externalPackageCreationThreadPool | String | 1.4.7 | Sets the executor for external package creation phase Current options are: cachedThreadPool fixedThreadPool singleFixedThreadPool singleThreadExecutor Default value is: fixedThreadPool. |
externalPackageList | List | Version 1.2 | (no description) |
generationThreadPool | String | 1.4.7 | Sets the executor for generation phase Current options are: cachedThreadPool fixedThreadPool singleFixedThreadPool singleThreadExecutor Default value is: fixedThreadPool. |
sampleCreationThreadPool | String | 1.4.7 | Sets the executor for sample creation phase Current options are: cachedThreadPool fixedThreadPool singleFixedThreadPool singleThreadExecutor Default value is: fixedThreadPool. |
transformationThreadPool | String | 1.4.7 | Sets the executor for tranformation phase Current options are: cachedThreadPool fixedThreadPool singleFixedThreadPool singleThreadExecutor Default value is: fixedThreadPool. |
validationThreadPool | String | 1.4.7 | Sets the executor for validation phase Current options are: cachedThreadPool fixedThreadPool singleFixedThreadPool singleThreadExecutor Default value is: singleFixedThreadPool. |
Parameter Details
Sets the executor for banimation phase Current options are: cachedThreadPool fixedThreadPool singleFixedThreadPool singleThreadExecutor
- Type: java.lang.String
- Since: 1.4.7
- Required: Yes
- Default: fixedThreadPool
The root directory of the project.
- Type: java.lang.String
- Since: Version 1.2
- Required: Yes
- Default: ${basedir}
Sets the executor for compilation phase Current options are: cachedThreadPool fixedThreadPool singleFixedThreadPool singleThreadExecutor
- Type: java.lang.String
- Since: 1.4.7
- Required: Yes
- Default: fixedThreadPool
externalPackageCreationThreadPool:
Sets the executor for external package creation phase Current options are: cachedThreadPool fixedThreadPool singleFixedThreadPool singleThreadExecutor
- Type: java.lang.String
- Since: 1.4.7
- Required: Yes
- Default: fixedThreadPool
(no description)
- Type: java.util.List
- Since: Version 1.2
- Required: Yes
Sets the executor for generation phase Current options are: cachedThreadPool fixedThreadPool singleFixedThreadPool singleThreadExecutor
- Type: java.lang.String
- Since: 1.4.7
- Required: Yes
- Default: fixedThreadPool
Sets the executor for sample creation phase Current options are: cachedThreadPool fixedThreadPool singleFixedThreadPool singleThreadExecutor
- Type: java.lang.String
- Since: 1.4.7
- Required: Yes
- Default: fixedThreadPool
Sets the executor for tranformation phase Current options are: cachedThreadPool fixedThreadPool singleFixedThreadPool singleThreadExecutor
- Type: java.lang.String
- Since: 1.4.7
- Required: Yes
- Default: fixedThreadPool
Sets the executor for validation phase Current options are: cachedThreadPool fixedThreadPool singleFixedThreadPool singleThreadExecutor
- Type: java.lang.String
- Since: 1.4.7
- Required: Yes
- Default: singleFixedThreadPool