You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pinot.apache.org by GitBox <gi...@apache.org> on 2019/01/17 04:25:59 UTC

[GitHub] Jackie-Jiang commented on a change in pull request #3706: Cleaning up the license-maven-plugin

Jackie-Jiang commented on a change in pull request #3706: Cleaning up the license-maven-plugin
URL: https://github.com/apache/incubator-pinot/pull/3706#discussion_r248535288
 
 

 ##########
 File path: pom.xml
 ##########
 @@ -1006,14 +1006,20 @@
         <artifactId>license-maven-plugin</artifactId>
         <version>2.8</version>
         <configuration>
-          <header>license.header</header>
+          <header>HEADER</header>
           <excludes>
             <!-- Text and log files -->
             <exclude>**/*.txt</exclude>
             <exclude>**/*.log</exclude>
 
+            <exclude>**/*.pql</exclude>
+            <exclude>**/*.config</exclude>
+            <exclude>**/*.csv</exclude>
+            <exclude>**/*.avro</exclude>
+            <exclude>**/*.conf</exclude>
+            <exclude>**/appAssemblerScriptTemplate</exclude>
+
             <!-- Resource directories under main and test -->
 
 Review comment:
   Update the comment

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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