Skip to content

Commit ffff249

Browse files
committed
Update readme
1 parent 9a80213 commit ffff249

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

529529
Example:
530530

0 commit comments

Comments
 (0)