File tree Expand file tree Collapse file tree 11 files changed +11
-11
lines changed
boat-maven-plugin/src/it/example Expand file tree Collapse file tree 11 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 2828 <goal >doc</goal >
2929 </goals >
3030 <configuration >
31- <inputSpec >https://raw.githubusercontent.com/OAI/OpenAPI-Specification/refs/heads/main/tests /v3.0/pass/api-with-examples.yaml</inputSpec >
31+ <inputSpec >https://raw.githubusercontent.com/OAI/OpenAPI-Specification/refs/heads/main/_archive_/schemas /v3.0/pass/api-with-examples.yaml</inputSpec >
3232 </configuration >
3333 </execution >
3434 </executions >
Original file line number Diff line number Diff line change 4141 <goal >generate</goal >
4242 </goals >
4343 <configuration >
44- <inputSpec >https://raw.githubusercontent.com/OAI/OpenAPI-Specification/refs/heads/main/tests /v3.0/pass/petstore-expanded.yaml</inputSpec >
44+ <inputSpec >https://raw.githubusercontent.com/OAI/OpenAPI-Specification/refs/heads/main/_archive_/schemas /v3.0/pass/petstore-expanded.yaml</inputSpec >
4545 <generatorName >boat-angular</generatorName >
4646 <output >${project.basedir} /target/http-module</output >
4747 <reservedWordsMappings >delete=delete,function=function,new=new</reservedWordsMappings >
Original file line number Diff line number Diff line change 6767 <goal >generate</goal >
6868 </goals >
6969 <configuration >
70- <inputSpec >https://raw.githubusercontent.com/OAI/OpenAPI-Specification/refs/heads/main/tests /v3.0/pass/petstore-expanded.yaml</inputSpec >
70+ <inputSpec >https://raw.githubusercontent.com/OAI/OpenAPI-Specification/refs/heads/main/_archive_/schemas /v3.0/pass/petstore-expanded.yaml</inputSpec >
7171 <generatorName >java</generatorName >
7272 <library >native</library >
7373 <configOptions >
Original file line number Diff line number Diff line change 8484 <goal >generate-rest-template-embedded</goal >
8585 </goals >
8686 <configuration >
87- <inputSpec >https://raw.githubusercontent.com/OAI/OpenAPI-Specification/refs/heads/main/tests /v3.0/pass/petstore-expanded.yaml</inputSpec >
87+ <inputSpec >https://raw.githubusercontent.com/OAI/OpenAPI-Specification/refs/heads/main/_archive_/schemas /v3.0/pass/petstore-expanded.yaml</inputSpec >
8888 <modelPackage >com.backbase.oss.boat.example.petstore.model</modelPackage >
8989 <apiPackage >com.backbase.oss.boat.example.petstore.api</apiPackage >
9090 </configuration >
Original file line number Diff line number Diff line change 9595 <goal >generate-webclient-embedded</goal >
9696 </goals >
9797 <configuration >
98- <inputSpec >https://raw.githubusercontent.com/OAI/OpenAPI-Specification/refs/heads/main/tests /v3.0/pass/petstore-expanded.yaml</inputSpec >
98+ <inputSpec >https://raw.githubusercontent.com/OAI/OpenAPI-Specification/refs/heads/main/_archive_/schemas /v3.0/pass/petstore-expanded.yaml</inputSpec >
9999 <modelPackage >com.backbase.oss.boat.example.petstore.model</modelPackage >
100100 <apiPackage >com.backbase.oss.boat.example.petstore.api</apiPackage >
101101 </configuration >
Original file line number Diff line number Diff line change 9090 <goal >generate</goal >
9191 </goals >
9292 <configuration >
93- <inputSpec >https://raw.githubusercontent.com/OAI/OpenAPI-Specification/refs/heads/main/tests /v3.0/pass/petstore-expanded.yaml</inputSpec >
93+ <inputSpec >https://raw.githubusercontent.com/OAI/OpenAPI-Specification/refs/heads/main/_archive_/schemas /v3.0/pass/petstore-expanded.yaml</inputSpec >
9494 <generatorName >spring</generatorName >
9595 <generateApiTests >false</generateApiTests >
9696 <generateApis >false</generateApis >
Original file line number Diff line number Diff line change 5454 <goal >generate-spring-boot-embedded</goal >
5555 </goals >
5656 <configuration >
57- <inputSpec >https://raw.githubusercontent.com/OAI/OpenAPI-Specification/refs/heads/main/tests /v3.0/pass/petstore-expanded.yaml</inputSpec >
57+ <inputSpec >https://raw.githubusercontent.com/OAI/OpenAPI-Specification/refs/heads/main/_archive_/schemas /v3.0/pass/petstore-expanded.yaml</inputSpec >
5858 <modelPackage >com.backbase.oss.boat.example.petstore.model</modelPackage >
5959 <apiPackage >com.backbase.oss.boat.example.petstore.api</apiPackage >
6060 </configuration >
Original file line number Diff line number Diff line change 5454 <goal >generate-spring-boot-embedded</goal >
5555 </goals >
5656 <configuration >
57- <inputSpec >https://raw.githubusercontent.com/OAI/OpenAPI-Specification/refs/heads/main/tests /v3.0/pass/petstore-expanded.yaml</inputSpec >
57+ <inputSpec >https://raw.githubusercontent.com/OAI/OpenAPI-Specification/refs/heads/main/_archive_/schemas /v3.0/pass/petstore-expanded.yaml</inputSpec >
5858 <modelPackage >com.backbase.oss.boat.example.petstore.model</modelPackage >
5959 <apiPackage >com.backbase.oss.boat.example.petstore.api</apiPackage >
6060 </configuration >
Original file line number Diff line number Diff line change 5151 <goal >generate</goal >
5252 </goals >
5353 <configuration >
54- <inputSpec >https://raw.githubusercontent.com/OAI/OpenAPI-Specification/refs/heads/main/tests /v3.0/pass/petstore-expanded.yaml</inputSpec >
54+ <inputSpec >https://raw.githubusercontent.com/OAI/OpenAPI-Specification/refs/heads/main/_archive_/schemas /v3.0/pass/petstore-expanded.yaml</inputSpec >
5555 <generatorName >spring</generatorName >
5656 <generateApiTests >false</generateApiTests >
5757 <generateApis >true</generateApis >
Original file line number Diff line number Diff line change 4545 <goal >generate</goal >
4646 </goals >
4747 <configuration >
48- <inputSpec >https://raw.githubusercontent.com/OAI/OpenAPI-Specification/refs/heads/main/tests /v3.0/pass/petstore-expanded.yaml</inputSpec >
48+ <inputSpec >https://raw.githubusercontent.com/OAI/OpenAPI-Specification/refs/heads/main/_archive_/schemas /v3.0/pass/petstore-expanded.yaml</inputSpec >
4949 <generatorName >spring</generatorName >
5050 <generateApiTests >false</generateApiTests >
5151 <generateApis >true</generateApis >
You can’t perform that action at this time.
0 commit comments