File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -512,19 +512,19 @@ Configuration Parameters for the `assemble-runtime` goal:
512512| Parameter | Required | Default | Description |
513513| -----------| ----------| ---------| -------------|
514514| ` path ` | Yes | - | Path to the root framework directory where the distribution will be assembled |
515- | ` modules ` | No | - | List of extra JPMS modules to resolve and place into the repository in addition to the minimal set of required modules |
515+ | ` modules ` | No | - | List of additional JPMS modules to resolve and include into the repository in addition to the minimal set of required modules |
516516| ` module/groupId ` | Yes | - | Module group ID |
517517| ` module/artifactId ` | Yes | - | Module artifact ID |
518518| ` module/version ` | Yes | - | Module version |
519519| ` module/type ` | No | ` jar ` | Module type |
520520| ` module/classifier ` | No | - | Module Classifier |
521521
522- Extra configuration Parameters for the ` assemble-distro ` goal:
522+ Additional configuration parameters for the ` assemble-distro ` goal:
523523
524524| Parameter | Required | Default | Description |
525525| -----------| ----------| ---------| -------------|
526526| ` mainClass ` | Yes | - | Main class in the format ` module/fully.qualified.ClassName ` , used only in ` .sh ` /` .bat ` scripts|
527- | ` module/onModulePath ` | No | ` false ` | If ` true ` , the module will be added to ` --module-path ` in ` .sh ` /` .bat ` scripts |
527+ | ` module/onModulePath ` | No | ` false ` | If ` true ` , the module will be added to the ` --module-path ` in ` .sh ` /` .bat ` scripts |
528528
529529Example:
530530
You can’t perform that action at this time.
0 commit comments