File tree Expand file tree Collapse file tree 1 file changed +3
-17
lines changed
Expand file tree Collapse file tree 1 file changed +3
-17
lines changed Original file line number Diff line number Diff line change 134134 <plugin >
135135 <groupId >com.sap.cloud.sdk.datamodel</groupId >
136136 <artifactId >openapi-generator-maven-plugin</artifactId >
137- <configuration >
138- <skip >true</skip >
139- <!-- skip automatic generation until we can omit API classes from code generation -->
140- <outputDirectory >${project.basedir} /src/main/java</outputDirectory >
141- <apiMaturity >beta</apiMaturity >
142- <enableOneOfAnyOfGeneration >true</enableOneOfAnyOfGeneration >
143- <compileScope >COMPILE</compileScope >
144- <deleteOutputDirectory >true</deleteOutputDirectory >
145- </configuration >
146- <executions >
147- <execution >
148- <id >orchestration</id >
149- <goals >
150- <goal >generate</goal >
151- </goals >
152- <phase >generate-sources</phase >
153137 <configuration >
138+ <skip >true</skip >
139+ <!-- skip automatic generation until we can omit API classes from code generation -->
154140 <outputDirectory >${project.basedir} /src/main/java</outputDirectory >
155- <apiMaturity >released </apiMaturity >
141+ <apiMaturity >beta </apiMaturity >
156142 <enableOneOfAnyOfGeneration >true</enableOneOfAnyOfGeneration >
157143 <compileScope >COMPILE</compileScope >
158144 <deleteOutputDirectory >true</deleteOutputDirectory >
You can’t perform that action at this time.
0 commit comments