Skip to content

Commit

Permalink
Update docs/docs/configuration.md
Browse files Browse the repository at this point in the history
Co-Authored-By: tal-sapan <tal.sapan@sap.com>
  • Loading branch information
katunin-ng and tal-sapan authored Jan 16, 2020
1 parent 87a18e7 commit 94142f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ You can configure the following build parameters to define artifacts to package

| Name | Default value | Description
| ------ | -------- | ----------
| `build-result` | For the `maven` builder: <module's folder>/target/\*.war <br><br> For the `fetcher` builder: <module's folder>/target/\*.\* <br><br> For other builders: <module's folder> | A path to the build results that should be packaged.
| `build-result` | For the `maven` builder: `<module's folder>/target/\*.war` <br><br> For the `fetcher` builder: `<module's folder>/target/\*.\*` <br><br> For other builders: `<module's folder>` | A path to the build results that should be packaged.
| `ignore` | None | Files and/or subfolders to exclude from the package.


Expand Down Expand Up @@ -286,4 +286,3 @@ modules:
&nbsp;

> **_NOTE:_** The file extension is not configurable; it is predefined by the module type (.zip or .war).

0 comments on commit 94142f8

Please sign in to comment.