You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2018/01/08 15:14:24 UTC

[cxf-build-utils] branch master updated: Make sure the "generated-sources" dirs aren't checked either

This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf-build-utils.git


The following commit(s) were added to refs/heads/master by this push:
     new c9d9505  Make sure the "generated-sources" dirs aren't checked either
c9d9505 is described below

commit c9d95056eae8f0d53b123caf9c7d71b0f6c33b02
Author: Daniel Kulp <dk...@apache.org>
AuthorDate: Mon Jan 8 10:09:15 2018 -0500

    Make sure the "generated-sources" dirs aren't checked either
---
 buildtools/src/main/resources/cxf-checkstyle-suppressions.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/buildtools/src/main/resources/cxf-checkstyle-suppressions.xml b/buildtools/src/main/resources/cxf-checkstyle-suppressions.xml
index 41f8fe3..cb521d1 100644
--- a/buildtools/src/main/resources/cxf-checkstyle-suppressions.xml
+++ b/buildtools/src/main/resources/cxf-checkstyle-suppressions.xml
@@ -25,10 +25,13 @@
               files=".+[\\\/]generated[\\\/].+\.java"
               />
     <suppress checks=".*"
+              files=".+[\\\/]generated-sources[\\\/].+\.java"
+              />
+    <suppress checks=".*"
               files=".+[\\\/]build[\\\/]src[\\\/].+\.java"
               />
               
     <suppress checks=".*"
               files=".+[\\\/]contrib[\\\/].+\.java"
               />
-</suppressions>
\ No newline at end of file
+</suppressions>

-- 
To stop receiving notification emails like this one, please contact
['"commits@cxf.apache.org" <co...@cxf.apache.org>'].