You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/10/07 08:40:34 UTC

[camel-kafka-connector] 03/03: Exclude .properties files from checkstyle

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit acd4af9d112fd7aa794dba75d3964b696668b206
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Oct 7 09:38:01 2020 +0200

    Exclude .properties files from checkstyle
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 35e0d1b..9aa3bb9 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -464,7 +464,7 @@
                                     <sourceDirectory>${basedir}/src</sourceDirectory>
                                 </sourceDirectories>
                                 <headerLocation>header-java.txt</headerLocation>
-                                <includes>**/*.java,**/*.groovy,**/*.scala,**/*.properties,**/*.xml,**/*.xsd</includes>
+                                <includes>**/*.java,**/*.groovy,**/*.scala,**/*.xml,**/*.xsd</includes>
                                 <excludes>
                                     **/archetype-resources/**/*.java,**/archetype-resources/**/*.groovy,**/archetype-resources/**/*.scala,**/archetype-resources/**/*.xml,**/org/json/simple/**/*.java,**/camel-checkstyle.xml
                                 </excludes>