You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2017/12/19 08:25:51 UTC

[GitHub] sijie closed pull request #882: ISSUE #878: add .checkstyle file to apache-rat-plugin exclusion list

sijie closed pull request #882: ISSUE #878: add .checkstyle file to apache-rat-plugin exclusion list
URL: https://github.com/apache/bookkeeper/pull/882
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/bookkeeper-proto/pom.xml b/bookkeeper-proto/pom.xml
index 388bdcb7b..9433ad007 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 04a27d01f..be1d40730 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 5bb7f2ab3..eeeb5241d 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>


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services