mirror of
https://github.com/apache/nifi.git
synced 2025-02-16 06:55:28 +00:00
NIFI-4328: Fix to pom.xml for swagger maven plugin. This closes #2191.
This commit is contained in:
parent
697c382d9b
commit
e773fa5513
@ -69,8 +69,13 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
<apiSources>
|
<apiSources>
|
||||||
<apiSource>
|
<apiSource>
|
||||||
<locations>org.apache.nifi.web.api</locations>
|
<locations>
|
||||||
<schemes>http,https</schemes>
|
<location>org.apache.nifi.web.api</location>
|
||||||
|
</locations>
|
||||||
|
<schemes>
|
||||||
|
<scheme>http</scheme>
|
||||||
|
<scheme>https</scheme>
|
||||||
|
</schemes>
|
||||||
<basePath>/nifi-api</basePath>
|
<basePath>/nifi-api</basePath>
|
||||||
<info>
|
<info>
|
||||||
<title>NiFi Rest Api</title>
|
<title>NiFi Rest Api</title>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user