hanahmily commented on a change in pull request #4783:
URL: https://github.com/apache/skywalking/pull/4783#discussion_r435954198



##########
File path: pom.xml
##########
@@ -492,6 +492,7 @@
                         <exclude>**/*.pem</exclude>
 
                         <exclude>.m2/**</exclude>
+                        <exclude>~/.m2/**</exclude>

Review comment:
       When issuing `./mvnw verify`, I get rat errors as below
   ```
   Files with unapproved licenses:
   
     ~/.m2/repository/commons-codec/commons-codec/1.9/commons-codec-1.9.jar.sha1
     ~/.m2/repository/commons-codec/commons-codec/1.9/_remote.repositories
     ~/.m2/repository/commons-codec/commons-codec/1.9/commons-codec-1.9.pom.sha1
     ~/.m2/repository/commons-codec/commons-codec/1.6/commons-codec-1.6.pom.sha1
     ~/.m2/repository/commons-codec/commons-codec/1.6/commons-codec-1.6.jar.sha1
     ~/.m2/repository/commons-codec/commons-codec/1.6/_remote.repositories
   ....
   ```
   Any other suggestions more than this line?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to