heihaozi commented on a change in pull request #324:
URL: https://github.com/apache/rocketmq-spring/pull/324#discussion_r540061198
##########
File path: pom.xml
##########
@@ -176,9 +176,10 @@
<exclude>.github/**</exclude>
<exclude>src/test/resources/certs/*</exclude>
<exclude>src/test/**/*.log</exclude>
-
<exclude>src/test/resources/META-INF/service/*</exclude>
+
<exclude>**/src/main/resources/META-INF/services/*</exclude>
Review comment:
I tried it. When running `mvn -B clean apache-rat:check` and building
RocketMQ Spring Boot, the rocketmq-spring-boot-samples project will also be
checked. If I do not add the prefix placeholder, an unapproved license error
will be reported. Like this:
[https://travis-ci.org/github/apache/rocketmq-spring/builds/748732956](https://travis-ci.org/github/apache/rocketmq-spring/builds/748732956)
----------------------------------------------------------------
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]