Skip to content

Commit d75fb0b

Browse files
authored
Clean up pom.xml formatting (#1430)
Fix indentation and remove unnecessary whitespace
1 parent d45f23e commit d75fb0b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@
173173
</properties>
174174

175175
<build>
176-
<defaultGoal>clean verify apache-rat:check checkstyle:check japicmp:cmp spotbugs:check pmd:check javadoc:javadoc</defaultGoal>
177-
<pluginManagement>
176+
<defaultGoal>clean verify apache-rat:check checkstyle:check japicmp:cmp spotbugs:check pmd:check javadoc:javadoc</defaultGoal>
177+
<pluginManagement>
178178
<plugins>
179179
<plugin>
180180
<groupId>org.apache.maven.plugins</groupId>
@@ -476,10 +476,10 @@
476476
<artifactId>maven-surefire-plugin</artifactId>
477477
<configuration>
478478
<excludes>
479-
<exclude>org/apache/commons/lang3/time/Java15BugFastDateParserTest.java</exclude>
479+
<exclude>org/apache/commons/lang3/time/Java15BugFastDateParserTest.java</exclude>
480480
</excludes>
481481
</configuration>
482-
</plugin>
482+
</plugin>
483483
</plugins>
484484
</build>
485485
</profile>

0 commit comments

Comments
 (0)