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

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new d75fb0b64 Clean up pom.xml formatting (#1430)
d75fb0b64 is described below

commit d75fb0b64820417c782d482e0e4560bf39aa6664
Author: MasaakiEto <[email protected]>
AuthorDate: Fri Aug 22 17:47:32 2025 +0900

    Clean up pom.xml formatting (#1430)
    
    Fix indentation and remove unnecessary whitespace
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1c162134f..d3b782b41 100644
--- a/pom.xml
+++ b/pom.xml
@@ -173,8 +173,8 @@
   </properties>
 
   <build>
-   <defaultGoal>clean verify apache-rat:check checkstyle:check japicmp:cmp 
spotbugs:check pmd:check javadoc:javadoc</defaultGoal>
-   <pluginManagement>
+    <defaultGoal>clean verify apache-rat:check checkstyle:check japicmp:cmp 
spotbugs:check pmd:check javadoc:javadoc</defaultGoal>
+    <pluginManagement>
       <plugins>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -476,10 +476,10 @@
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
               <excludes>
-                
<exclude>org/apache/commons/lang3/time/Java15BugFastDateParserTest.java</exclude>
               
+                
<exclude>org/apache/commons/lang3/time/Java15BugFastDateParserTest.java</exclude>
               </excludes>
             </configuration>
-          </plugin>        
+          </plugin>
         </plugins>
       </build>
     </profile>

Reply via email to