JAVA-15409: Fix formatting of POMs (#12992)

This commit is contained in:
freelansam
2022-11-18 00:26:06 +05:30
committed by GitHub
parent 178aed574e
commit 5bfbf38f59
62 changed files with 235 additions and 214 deletions
@@ -115,8 +115,8 @@
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.18</version>
<executions>
<!-- Invokes both the integration-test and the verify goals of the Failsafe Maven
plugin -->
<!-- Invokes both the integration-test and the verify goals -->
<!-- of the Failsafe Maven plugin -->
<execution>
<id>integration-tests</id>
<goals>
@@ -124,8 +124,8 @@
<goal>verify</goal>
</goals>
<configuration>
<!-- Skips integration tests if the value of skip.integration.tests property
is true -->
<!-- Skips integration tests if the value of -->
<!-- skip.integration.tests property is true -->
<includes>
<include>**/ExternalPropertyFileLoaderIntegrationTest.java</include>
</includes>