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

Project: http://git-wip-us.apache.org/repos/asf/nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/e773fa55
Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/e773fa55
Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/e773fa55

Branch: refs/heads/master
Commit: e773fa551362d9adf9c9544b1525fd38e9c07887
Parents: 697c382
Author: Mark Payne <marka...@hotmail.com>
Authored: Tue Oct 3 13:23:14 2017 -0400
Committer: Mark Payne <marka...@hotmail.com>
Committed: Tue Oct 3 13:23:58 2017 -0400

----------------------------------------------------------------------
 .../nifi-framework/nifi-web/nifi-web-api/pom.xml            | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/e773fa55/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/pom.xml
----------------------------------------------------------------------
diff --git 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/pom.xml
 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/pom.xml
index 4dfc2cd..e61bfa8 100644
--- 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/pom.xml
+++ 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/pom.xml
@@ -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>

Reply via email to