forked from Archives/Athou_commafeed
Merge pull request #1017 from tristianc/bugfix/builddir
Determine build directory from variable instead of hardcoding it.
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user