You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by jl...@apache.org on 2020/10/08 17:51:00 UTC

[incubator-pinot] branch test-swagger updated: Add swagger dir and put api dir to swagger dir in pinot-controller resource

This is an automated email from the ASF dual-hosted git repository.

jlli pushed a commit to branch test-swagger
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git


The following commit(s) were added to refs/heads/test-swagger by this push:
     new 65759c6  Add swagger dir and put api dir to swagger dir in pinot-controller resource
65759c6 is described below

commit 65759c68acfc70857f2754ae89e846a000b19e00
Author: Jack Li(Analytics Engineering) <jl...@jlli-mn1.linkedin.biz>
AuthorDate: Thu Oct 8 10:50:32 2020 -0700

    Add swagger dir and put api dir to swagger dir in pinot-controller resource
---
 pinot-controller/pom.xml                                         | 6 +++---
 pinot-controller/src/main/resources/{ => swagger}/api/index.html | 0
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pinot-controller/pom.xml b/pinot-controller/pom.xml
index 6b5e6a8..22cf667 100644
--- a/pinot-controller/pom.xml
+++ b/pinot-controller/pom.xml
@@ -201,12 +201,12 @@
   </dependencies>
   <build>
     <resources>
-<!--      <resource>-->
-<!--        <directory>src/main/resources/api</directory>-->
-<!--      </resource>-->
       <resource>
         <directory>src/main/resources/dist</directory>
       </resource>
+      <resource>
+        <directory>src/main/resources/swagger</directory>
+      </resource>
     </resources>
     <plugins>
       <plugin>
diff --git a/pinot-controller/src/main/resources/api/index.html b/pinot-controller/src/main/resources/swagger/api/index.html
similarity index 100%
rename from pinot-controller/src/main/resources/api/index.html
rename to pinot-controller/src/main/resources/swagger/api/index.html


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org