JAVA-11792: Fix formatting of POMs
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user