Merge pull request #1017 from tristianc/bugfix/builddir

Determine build directory from variable instead of hardcoding it.
This commit is contained in:
Jérémie Panzer
2022-09-29 15:54:14 +02:00
committed by GitHub

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>