Skip to content

Commit

Permalink
Change location of generated OpenAPI sources
Browse files Browse the repository at this point in the history
Otherwise vscode complains about undefined symbols, see redhat-developer/vscode-java#177 (comment)
  • Loading branch information
jakub-id committed Apr 29, 2021
1 parent 1113073 commit 826a4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@
</goals>
<configuration>
<inputSpec>${tenant.yaml.file}</inputSpec>
<output>${project.build.directory}/generated-sources</output>
<output>${project.build.directory}/generated-sources/openapi-generator</output>
<generatorName>java-vertx-web</generatorName>
<modelPackage>${project.groupId}.tenant.main</modelPackage>
<apiPackage>${project.groupId}.tenant.rest.resource</apiPackage>
Expand Down

0 comments on commit 826a4f4

Please sign in to comment.