NIFI-4328: Fix to pom.xml for swagger maven plugin. This closes #2191.

This commit is contained in:
Mark Payne 2017-10-03 13:23:14 -04:00
parent 697c382d9b
commit e773fa5513
1 changed files with 7 additions and 2 deletions

View File

@ -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>