Skip to content

Commit 491576d

Browse files
committed
Update Readme
1 parent acc1bb7 commit 491576d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ The SDK simplifies the setup and interaction with SAP AI Core, allowing you to f
2121
- [Run the Application Locally](#run-the-application-locally)
2222
- [Explore Further Capabilities](#explore-further-capabilities)
2323
- [Documentation](#documentation)
24+
- [Build the Project](#build-the-project)
2425
- [FAQs](#faqs)
2526
- [Contribute, Support and Feedback](#contribute-support-and-feedback)
2627
- [Security / Disclosure](#security--disclosure)
@@ -137,6 +138,18 @@ For more detailed information and advanced usage, please refer to the following:
137138

138139
For updating versions, please refer to the [**Release Notes**](docs/release-notes/release-notes-0-to-14.md).
139140

141+
## Build the Project
142+
143+
You can build the project using Maven:
144+
145+
```shell
146+
mvn clean install -DskipTests -DskipFormatting
147+
```
148+
149+
This will install the current `SNAPSHOT` version of the project into your local Maven repository.
150+
151+
For SAP internal development, you can also use `SNAPSHOT` builds from the [internal](https://int.repositories.cloud.sap/ui/repos/tree/General/proxy-build-snapshots-cloudsdk/com/sap/ai/sdk) and [internet-facing](https://common.repositories.cloud.sap/artifactory/build-snapshots-cloudsdk/com/sap/ai/sdk/) Artifactory.
152+
140153
## FAQs
141154

142155
### _"How to add a custom header to AI Core requests?"_

0 commit comments

Comments
 (0)