Skip to content

Commit a002d30

Browse files
committed
Polishing.
Reformat pom.xml See #4161
1 parent 36ddd26 commit a002d30

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

spring-data-mongodb/pom.xml

+10-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
34
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
45

56
<modelVersion>4.0.0</modelVersion>
@@ -358,8 +359,11 @@
358359
<goal>test-process</goal>
359360
</goals>
360361
<configuration>
361-
<outputDirectory>target/generated-test-sources</outputDirectory>
362-
<processor>org.springframework.data.mongodb.repository.support.MongoAnnotationProcessor</processor>
362+
<outputDirectory>target/generated-test-sources
363+
</outputDirectory>
364+
<processor>
365+
org.springframework.data.mongodb.repository.support.MongoAnnotationProcessor
366+
</processor>
363367
</configuration>
364368
</execution>
365369
</executions>
@@ -379,7 +383,9 @@
379383
<exclude>**/ReactivePerformanceTests.java</exclude>
380384
</excludes>
381385
<systemPropertyVariables>
382-
<java.util.logging.config.file>src/test/resources/logging.properties</java.util.logging.config.file>
386+
<java.util.logging.config.file>
387+
src/test/resources/logging.properties
388+
</java.util.logging.config.file>
383389
<reactor.trace.cancel>true</reactor.trace.cancel>
384390
</systemPropertyVariables>
385391
</configuration>

0 commit comments

Comments
 (0)