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

iluo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/master by this push:
     new e496ca5  add some files list exclude license check (#4318)
e496ca5 is described below

commit e496ca529945e25c7555a1d72a4cf08f54b41764
Author: jimin <[email protected]>
AuthorDate: Wed Jul 17 15:36:18 2019 +0800

    add some files list exclude license check (#4318)
    
    Signed-off-by: jimin.jm <[email protected]>
---
 pom.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ec978cb..91862d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -517,9 +517,15 @@
                                 <exclude>Jenkinsfile</exclude>
                                 <exclude>**/codestyle/*</exclude>
                                 <exclude>**/resources/META-INF/**</exclude>
-                                <!-- exclude the internal threadlocal files -->
+                                <!-- exclude the netty files -->
                                 
<exclude>**/org/apache/dubbo/common/threadlocal/InternalThreadLocal.java</exclude>
                                 
<exclude>**/org/apache/dubbo/common/threadlocal/InternalThreadLocalMap.java</exclude>
+                                
<exclude>**/org/apache/dubbo/common/timer/TimerTask.java</exclude>
+                                
<exclude>**/org/apache/dubbo/common/timer/Timer.java</exclude>
+                                
<exclude>**/org/apache/dubbo/common/timer/Timeout.java</exclude>
+                                
<exclude>**/org/apache/dubbo/common/timer/HashedWheelTimer.java</exclude>
+                                <!-- exclude the edazdarevic files -->
+                                
<exclude>**/org/apache/dubbo/common/utils/CIDRUtils.java</exclude>
                             </excludes>
                         </configuration>
                     </execution>

Reply via email to