Skip to content

[3.x] cds-services-archetype improvements #1013

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions java/developing-applications/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,12 +330,13 @@ It supports the following command-line options:

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


## Building Projects with Maven { #maven-build-options }
Expand Down