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 07:18:43 UTC

[incubator-pinot] 01/01: Put api directory to dist dir

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

commit 9069b60bc2a221318066ae7b26837aacb91be4b6
Author: Jack Li(Analytics Engineering) <jl...@jlli-mn1.linkedin.biz>
AuthorDate: Wed Oct 7 17:05:25 2020 -0700

    Put api directory to dist dir
---
 pinot-controller/pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pinot-controller/pom.xml b/pinot-controller/pom.xml
index e2ba9aa..6b5e6a8 100644
--- a/pinot-controller/pom.xml
+++ b/pinot-controller/pom.xml
@@ -201,6 +201,9 @@
   </dependencies>
   <build>
     <resources>
+<!--      <resource>-->
+<!--        <directory>src/main/resources/api</directory>-->
+<!--      </resource>-->
       <resource>
         <directory>src/main/resources/dist</directory>
       </resource>


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