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 2023/03/03 08:56:05 UTC

[camel] 02/02: Revert "[Minor] exclude "**/test/resources/**/*.xml" from checkstyle to repair checkstyle"

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

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

commit ad20af6246b10a8639bb13ad5c57dde9552f7861
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 3 09:55:48 2023 +0100

    Revert "[Minor] exclude "**/test/resources/**/*.xml" from checkstyle to repair checkstyle"
    
    This reverts commit f7df086211efc94263deee85bf05b128b72a6ca2.
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index a4fb465b3c9..9bfd30e71ac 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -4260,7 +4260,7 @@
                                 </sourceDirectories>
                                 <headerLocation>header-java.txt</headerLocation>
                                 <includes>**/*.java,**/*.groovy,**/*.scala,**/*.properties,**/*.xml,**/*.xsd</includes>
-                                <excludes>${sourcecheckExcludesComma}**/archetype-resources/**/*.java,**/archetype-resources/**/*.groovy,**/archetype-resources/**/*.scala,**/archetype-resources/**/*.xml,**/org/json/simple/**/*.java,**/test/resources/**/*.xml</excludes>
+                                <excludes>${sourcecheckExcludesComma}**/archetype-resources/**/*.java,**/archetype-resources/**/*.groovy,**/archetype-resources/**/*.scala,**/archetype-resources/**/*.xml,**/org/json/simple/**/*.java</excludes>
                             </configuration>
                             <goals>
                                 <goal>check</goal>