You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ The SDK simplifies the setup and interaction with SAP AI Core, allowing you to f
21
21
-[Run the Application Locally](#run-the-application-locally)
22
22
-[Explore Further Capabilities](#explore-further-capabilities)
23
23
-[Documentation](#documentation)
24
+
-[Build the Project](#build-the-project)
24
25
-[FAQs](#faqs)
25
26
-[Contribute, Support and Feedback](#contribute-support-and-feedback)
26
27
-[Security / Disclosure](#security--disclosure)
@@ -137,6 +138,18 @@ For more detailed information and advanced usage, please refer to the following:
137
138
138
139
For updating versions, please refer to the [**Release Notes**](docs/release-notes/release-notes-0-to-14.md).
139
140
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
+
140
153
## FAQs
141
154
142
155
### _"How to add a custom header to AI Core requests?"_
0 commit comments