gemmellr commented on pull request #779:
URL: https://github.com/apache/qpid-dispatch/pull/779#issuecomment-662405683


   Also, youll need a exclude  to fix the RAT check failing on the new GitHub 
Actions config, maybe something like:
   ```
   diff --git a/pom.xml b/pom.xml
   index 14b623c5..698e510c 100644
   --- a/pom.xml
   +++ b/pom.xml
   @@ -69,6 +69,7 @@
                    <artifactId>apache-rat-plugin</artifactId>
                    <configuration>
                        <excludes>
   +                      <exclude>.github/workflows/*.yml</exclude>
                          <exclude>.travis.yml</exclude>
                          <exclude>CMakeCache.txt</exclude>
                          <exclude>.gitmodules</exclude>
   ```


----------------------------------------------------------------
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]



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

Reply via email to