File tree 1 file changed +10
-4
lines changed
1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?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"
3
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
5
5
6
<modelVersion >4.0.0</modelVersion >
358
359
<goal >test-process</goal >
359
360
</goals >
360
361
<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 >
363
367
</configuration >
364
368
</execution >
365
369
</executions >
379
383
<exclude >**/ReactivePerformanceTests.java</exclude >
380
384
</excludes >
381
385
<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>
383
389
<reactor .trace.cancel>true</reactor .trace.cancel>
384
390
</systemPropertyVariables >
385
391
</configuration >
You can’t perform that action at this time.
0 commit comments