JAVA-11792: Fix formatting of POMs

This commit is contained in:
sampadawagde
2022-05-08 16:36:25 +05:30
parent 96e661982f
commit aeeedb6fe6
52 changed files with 418 additions and 452 deletions

View File

@@ -101,7 +101,7 @@
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.18</version>
<executions>
<!-- Invokes both the integration-test and the verify goals of the Failsafe Maven
<!-- Invokes both the integration-test and the verify goals of the Failsafe Maven
plugin -->
<execution>
<id>integration-tests</id>
@@ -110,7 +110,7 @@
<goal>verify</goal>
</goals>
<configuration>
<!-- Skips integration tests if the value of skip.integration.tests property
<!-- Skips integration tests if the value of skip.integration.tests property
is true -->
<includes>
<include>**/ExternalPropertyFileLoaderIntegrationTest.java</include>
@@ -195,4 +195,4 @@
<httpclient.version>4.5.8</httpclient.version>
</properties>
</project>
</project>