File tree 3 files changed +6
-1
lines changed
3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 28
28
<transform .output.main.resources.path>${transform.output.root.path} /main/resources</transform .output.main.resources.path>
29
29
<transform .output.test.sources.path>${transform.output.root.path} /test/java</transform .output.test.sources.path>
30
30
<transform .output.test.resources.path>${transform.output.root.path} /test/resources</transform .output.test.resources.path>
31
+
32
+ <sonar .tests>${project.build.directory} /copied-sources</sonar .tests>
31
33
</properties >
32
34
33
35
<dependencyManagement >
Original file line number Diff line number Diff line change 27
27
<transform .output.main.resources.path>${transform.output.root.path} /main/resources</transform .output.main.resources.path>
28
28
<transform .output.test.sources.path>${transform.output.root.path} /test/java</transform .output.test.sources.path>
29
29
<transform .output.test.resources.path>${transform.output.root.path} /test/resources</transform .output.test.resources.path>
30
+
31
+ <sonar .tests>${project.build.directory} /copied-sources</sonar .tests>
30
32
</properties >
31
33
32
34
<dependencyManagement >
Original file line number Diff line number Diff line change 485
485
**/org/hibernate/checkstyle/**,
486
486
**/org/hibernate/search/build/enforcer/**,
487
487
**/src/test/java/**,
488
- **/org/hibernate/search/integrationtest/**
488
+ **/org/hibernate/search/integrationtest/**,
489
+ **/lucene-next/**
489
490
</sonar .cpd.exclusions>
490
491
</properties >
491
492
You can’t perform that action at this time.
0 commit comments