Skip to content

Commit ea0eeb6

Browse files
committed
Simply api-apache-sample
1 parent c934b1f commit ea0eeb6

File tree

113 files changed

+4234
-28862
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+4234
-28862
lines changed

datamodel/openapi/openapi-api-apache-sample/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@
4747
</configuration>
4848
<executions>
4949
<execution>
50-
<id>prompt-registry</id>
50+
<id>sample-generation</id>
5151
<goals>
5252
<goal>generate</goal>
5353
</goals>
5454
<phase>generate-sources</phase>
5555
<configuration>
56-
<inputSpec>${project.basedir}/src/main/resources/prompt-registry.yaml</inputSpec>
56+
<inputSpec>${project.basedir}/src/main/resources/sodastore.yaml</inputSpec>
5757
<apiPackage>com.sap.cloud.sdk.datamodel.openapi.apache.sample.api</apiPackage>
5858
<modelPackage>com.sap.cloud.sdk.datamodel.openapi.apache.sample.model</modelPackage>
5959
<additionalProperties>

0 commit comments

Comments
 (0)