diff options
author | JakobKrieg <jakob.krieg@bcmsolutions.de> | 2020-12-02 17:41:55 +0100 |
---|---|---|
committer | JakobKrieg <jakob.krieg@bcmsolutions.de> | 2020-12-02 17:42:00 +0100 |
commit | 2f0772212f44e6722957ee9a9cd19d3529a1a765 (patch) | |
tree | ce444d8c031423df4e51bf067767acdeabaca3af /ms/blueprintsprocessor | |
parent | 2675aa7e04a0dc25b4e535e00cbb67e543b9c84b (diff) |
CDS change Swagger file output directory to docs
Issue-ID: CCSDK-3014
Change-Id: Ib0c6a0ffbf5357b64407138b8c0488f05e259d41
Signed-off-by: JakobKrieg <jakob.krieg@bcmsolutions.de>
Diffstat (limited to 'ms/blueprintsprocessor')
-rwxr-xr-x | ms/blueprintsprocessor/application/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/blueprintsprocessor/application/pom.xml b/ms/blueprintsprocessor/application/pom.xml index 347281f8a..1f2bffa18 100755 --- a/ms/blueprintsprocessor/application/pom.xml +++ b/ms/blueprintsprocessor/application/pom.xml @@ -369,7 +369,7 @@ </securityDefinition> </securityDefinitions> <outputFormats>json,yaml</outputFormats> - <swaggerDirectory>${basedir}/target/swagger</swaggerDirectory> + <swaggerDirectory>${basedir}/../../../docs/api-reference/media</swaggerDirectory> <swaggerFileName>cds-bp-api-swagger</swaggerFileName> <jsonExampleValues>true</jsonExampleValues> <operationIdFormat>{{className}}_{{methodName}}_{{httpMethod}}.{{packageName}}</operationIdFormat> |