vveider commented on code in PR #12833:
URL: https://github.com/apache/ignite/pull/12833#discussion_r2882680338


##########
parent/pom.xml:
##########
@@ -769,121 +745,126 @@
                                 <goals>
                                     <goal>check</goal>
                                 </goals>
-                                <configuration>
-                                    <excludes>
-                                        <exclude>work/**</exclude>
-                                        <exclude>**/target/**</exclude>
-                                        <exclude>**/*.log</exclude>
-                                        <exclude>**/*.m4</exclude><!--Free 
Software Foundation notice-->
-                                        
<exclude>**/*.dylib</exclude><!--bin-files-->
-                                        
<exclude>**/*.gar</exclude><!--bin-files-->
-                                        
<exclude>**/licenses/*.txt</exclude><!--files of licenses-->
-                                        
<exclude>**/*readme*.txt</exclude><!--readme files-->
-                                        <exclude>**/*.sql</exclude><!--sql 
files-->
-                                        
<exclude>**/*README*.txt</exclude><!--readme files-->
-                                        
<exclude>**/*README*.md</exclude><!--readme files-->
-                                        
<exclude>**/*CONTRIBUTING*.md</exclude><!--readme files-->
-                                        
<exclude>**/*DEVNOTES*.md</exclude><!--readme files-->
-                                        
<exclude>**/*index*.md</exclude><!--readme files-->
-                                        
<exclude>**/*.timestamp</exclude><!--tmp-files-->
-                                        <exclude>**/*.iml</exclude><!--IDEA 
files-->
-                                        <exclude>**/*.csv</exclude><!--CSV 
files-->
-                                        
<exclude>**/*.jks</exclude><!--bin-files-->
-                                        
<exclude>**/pom-installed.xml</exclude><!--tmp-files-->
-                                        
<exclude>**/keystore</exclude><!--bin-files-->
-                                        
<exclude>**/keystore/*.jks</exclude><!--bin-files-->
-                                        
<exclude>**/keystore/*.pem</exclude><!--auto generated files-->
-                                        
<exclude>**/keystore/*.pfx</exclude><!--bin-files-->
-                                        
<exclude>**/keystore/ca/*.jks</exclude><!--bin-files-->
-                                        
<exclude>**/keystore/ca/*.key</exclude><!--bin-files-->
-                                        
<exclude>**/keystore/ca/*.txt</exclude><!--auto generated files-->
-                                        
<exclude>**/keystore/ca/*.txt.attr</exclude><!--auto generated files-->
-                                        
<exclude>**/keystore/ca/*serial</exclude><!--auto generated files-->
-                                        
<exclude>**/META-INF/services/**</exclude> <!-- Interface mappings: cannot be 
changed -->
-                                        <exclude>**/id_rsa**</exclude>  
<!--SSH-->
+                                 <configuration>

Review Comment:
   Unnecessary space before tag



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to