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

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 2ee6898  Check test code by checkstyle
2ee6898 is described below

commit 2ee6898b07a1a4cfa1859664c2a0280a8dcbc91c
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Mon Jan 13 18:28:13 2025 +0100

    Check test code by checkstyle
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 093e2a8..50c38ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -947,6 +947,7 @@ under the License.
     <maven.compiler.source>${javaVersion}</maven.compiler.source>
     <maven.compiler.target>${javaVersion}</maven.compiler.target>
     <maven.compiler.showDeprecation>true</maven.compiler.showDeprecation>
+    
<checkstyle.includeTestSourceDirectory>true</checkstyle.includeTestSourceDirectory>
     <!-- in order to restore default annotation processing behaviour, please 
override with empty value -->
     <maven.compiler.proc>none</maven.compiler.proc>
     <maven.site.cache>${user.home}/maven-sites</maven.site.cache>
@@ -1077,6 +1078,7 @@ under the License.
             <testSourceDirectories>
               <testSourceDirectory>src/test/java</testSourceDirectory>
             </testSourceDirectories>
+            
<includeTestSourceDirectory>${checkstyle.includeTestSourceDirectory}</includeTestSourceDirectory>
           </configuration>
           <dependencies>
             <!-- MCHECKSTYLE-327: the maven_checks.xml was moved to a shared 
project -->

Reply via email to