Skip to content

Commit d8da037

Browse files
authored
[3.x] cds-services-archetype improvements (#1013)
* [3.x] cds-services-archetype improvements * Update building.md * Update building.md
1 parent f6f9336 commit d8da037

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

java/developing-applications/building.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -330,12 +330,13 @@ It supports the following command-line options:
330330

331331
| Option | Description |
332332
| -- | -- |
333-
| `-DincludeModel=true` | Adds a minimalistic sample CDS model to the project |
334-
| `-DincludeIntegrationTest=true` | Adds an integration test module to the project |
335-
| `-DodataVersion=[v2\|v4]` | Specify which protocol adapter is activated by default |
336-
| `-DtargetPlatform=cloudfoundry` | Adds CloudFoundry target platform support to the project |
333+
| `-DincludeModel=true` | Adds a minimalistic sample CDS model to the project. |
334+
| `-DincludeIntegrationTest=true` | Adds an integration test module to the project. |
335+
| `-DodataVersion=[v2\|v4]` | Specify which protocol adapter is activated by default. |
336+
| `-DtargetPlatform=cloudfoundry` | Adds CloudFoundry target platform support to the project. |
337337
| `-DinMemoryDatabase=[h2\|sqlite]` | Specify which in-memory database is used for local testing. If not specified, the default value is `h2`. |
338-
| `-DjdkVersion=[17\|21]` | Specifies the target JDK version. If not specified, the default value is `17`. |
338+
| `-DjdkVersion=[17\|21]` | Specifies the target JDK version. If not specified, the default value is `21`. |
339+
| `-Dpersistence=[true\|false]` | Specify whether persistence is enabled (`true`) or disabled (`false`). Defaults to `true`. |
339340

340341

341342
## Building Projects with Maven { #maven-build-options }

0 commit comments

Comments
 (0)