This is an automated email from the ASF dual-hosted git repository.
sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/master by this push:
new e906922 ISSUE #878: add .checkstyle file to apache-rat-plugin
exclusion list
e906922 is described below
commit e90692274d6ab9b7d80ff5e5dfe94a741e6cf042
Author: cguttapalem <[email protected]>
AuthorDate: Tue Dec 19 00:25:39 2017 -0800
ISSUE #878: add .checkstyle file to apache-rat-plugin exclusion list
Descriptions of the changes in this PR:
- eclipse/checkstyle plugin autogenerates .checkstyle file in all the
projects/modules. So it has to be added to the exclusion list,
otherwise apache-rat:check (mvn clean apache-rat:check install
spotbugs:check) would fail because of these files with unknown
Apache License header.
Author: cguttapalem <[email protected]>
Reviewers: Sijie Guo <[email protected]>
This closes #882 from reddycharan/excludecheckstyle, closes #878
---
bookkeeper-proto/pom.xml | 1 +
bookkeeper-server/pom.xml | 1 +
pom.xml | 1 +
3 files changed, 3 insertions(+)
diff --git a/bookkeeper-proto/pom.xml b/bookkeeper-proto/pom.xml
index 388bdcb..9433ad0 100644
--- a/bookkeeper-proto/pom.xml
+++ b/bookkeeper-proto/pom.xml
@@ -46,6 +46,7 @@
<exclude>**/DataFormats.java</exclude>
<exclude>**/BookkeeperProtocol.java</exclude>
<exclude>**/DbLedgerStorageDataFormats.java</exclude>
+ <exclude>**/.checkstyle</exclude>
</excludes>
</configuration>
</plugin>
diff --git a/bookkeeper-server/pom.xml b/bookkeeper-server/pom.xml
index 04a27d0..be1d407 100644
--- a/bookkeeper-server/pom.xml
+++ b/bookkeeper-server/pom.xml
@@ -280,6 +280,7 @@
<exclude>**/.classpath</exclude>
<exclude>**/.gitignore</exclude>
<exclude>**/.project</exclude>
+ <exclude>**/.checkstyle</exclude>
<exclude>**/.settings/*</exclude>
<exclude>certs/keyStoreClientPassword.txt</exclude>
<exclude>certs/keyStoreServerPassword.txt</exclude>
diff --git a/pom.xml b/pom.xml
index fd01166..b4d2976 100644
--- a/pom.xml
+++ b/pom.xml
@@ -310,6 +310,7 @@
<exclude>**/.classpath</exclude>
<exclude>**/.gitignore</exclude>
<exclude>**/.project</exclude>
+ <exclude>**/.checkstyle</exclude>
<exclude>**/.settings/*</exclude>
<exclude>**/*.iml</exclude>
<exclude>site/**</exclude>
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].