Determine build directory from variable instead of hardcoding it.

This commit is contained in:
Tristian Celestin
2022-09-29 09:43:10 -04:00
parent 4c4868a2b6
commit 0b18334236

View File

@@ -138,7 +138,7 @@
<location>com.commafeed.frontend.model</location>
<location>com.commafeed.frontend.model.request</location>
</locations>
<swaggerDirectory>target/swagger</swaggerDirectory>
<swaggerDirectory>${project.build.directory}/swagger</swaggerDirectory>
<basePath>/rest</basePath>
<info>
<title>CommaFeed</title>