From a62df9847b59b1189eb4d4436547203fbe6ef4ba Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Mon, 12 Sep 2022 16:54:13 +0200 Subject: [PATCH] Fixed api path --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 7c03f8a..43e13eb 100644 --- a/pom.xml +++ b/pom.xml @@ -303,8 +303,8 @@ target - ${project.build.directory}/${project.artifactId}-${project.version}/apidocs - ${project.build.directory}/apidocs + ${project.build.directory}/${project.artifactId}-${project.version}/api + ${project.build.directory}/api true