From 0b18334236cc74be6f74dd65c99461cd28468b9f Mon Sep 17 00:00:00 2001 From: Tristian Celestin Date: Thu, 29 Sep 2022 09:43:10 -0400 Subject: [PATCH] Determine build directory from variable instead of hardcoding it. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3aaf3292..41c08cb9 100644 --- a/pom.xml +++ b/pom.xml @@ -138,7 +138,7 @@ com.commafeed.frontend.model com.commafeed.frontend.model.request - target/swagger + ${project.build.directory}/swagger /rest CommaFeed