From 826a4f4a030e32f36ef347072758474a9f7d0afd Mon Sep 17 00:00:00 2001 From: Jakub Skoczen Date: Thu, 29 Apr 2021 13:42:11 +0200 Subject: [PATCH] Change location of generated OpenAPI sources Otherwise vscode complains about undefined symbols, see https://github.com/redhat-developer/vscode-java/issues/177#issuecomment-623525778 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 128d1a80..a64fc307 100644 --- a/pom.xml +++ b/pom.xml @@ -280,7 +280,7 @@ ${tenant.yaml.file} - ${project.build.directory}/generated-sources + ${project.build.directory}/generated-sources/openapi-generator java-vertx-web ${project.groupId}.tenant.main ${project.groupId}.tenant.rest.resource