snleee commented on a change in pull request #3857: Fix compile failure issue 
when docs/_build is present
URL: https://github.com/apache/incubator-pinot/pull/3857#discussion_r258733305
 
 

 ##########
 File path: pom.xml
 ##########
 @@ -1140,6 +1143,9 @@
             <!-- Sphynx auto generated makefile -->
             <exclude>docs/Makefile</exclude>
 
+            <!-- Exclude build files for docs -->
+            <exclude>docs/_build/**</exclude>
 
 Review comment:
   Got it. For now, I removed the check from license-maven-plugin. But, during 
the release process, RAT plugin will check rst documentation files (RAT checks 
if the file has the valid license but it does not check whether the file has 
the exact text given in `LICENSE` file.) 
   
   `mycila/license-maven-plugin` does not natively support rst file nor support 
`..` comment style. http://code.mycila.com/license-maven-plugin/
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to