This is an automated email from the ASF dual-hosted git repository.
vongosling pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-dashboard.git
The following commit(s) were added to refs/heads/master by this push:
new a977542 Update pom.xml
a977542 is described below
commit a977542a0f486a4cb2786672c8c21d88d51d66cc
Author: von gosling <[email protected]>
AuthorDate: Wed Aug 25 16:59:13 2021 +0800
Update pom.xml
---
pom.xml | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/pom.xml b/pom.xml
index 3ae4377..e06e289 100644
--- a/pom.xml
+++ b/pom.xml
@@ -314,6 +314,19 @@
</dependency>
</dependencies>
</plugin>
+ <plugin>
+ <groupId>org.apache.rat</groupId>
+ <artifactId>apache-rat-plugin</artifactId>
+ <version>0.12</version>
+ <configuration>
+ <excludes>
+ <exclude>.gitignore</exclude>
+ <exclude>.travis.yml</exclude>
+ <exclude>.asf.yaml</exclude>
+ <exclude>README.md</exclude>>
+ </excludes>
+ </configuration>
+ </plugin>
</plugins>
</build>