mirror of https://github.com/apache/nifi.git
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>
|
||||
<apiSources>
|
||||
<apiSource>
|
||||
<locations>org.apache.nifi.web.api</locations>
|
||||
<schemes>http,https</schemes>
|
||||
<locations>
|
||||
<location>org.apache.nifi.web.api</location>
|
||||
</locations>
|
||||
<schemes>
|
||||
<scheme>http</scheme>
|
||||
<scheme>https</scheme>
|
||||
</schemes>
|
||||
<basePath>/nifi-api</basePath>
|
||||
<info>
|
||||
<title>NiFi Rest Api</title>
|
||||
|
|
Loading…
Reference in New Issue