File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 2828 <transform .output.main.resources.path>${transform.output.root.path} /main/resources</transform .output.main.resources.path>
2929 <transform .output.test.sources.path>${transform.output.root.path} /test/java</transform .output.test.sources.path>
3030 <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>
3133 </properties >
3234
3335 <dependencyManagement >
Original file line number Diff line number Diff line change 2727 <transform .output.main.resources.path>${transform.output.root.path} /main/resources</transform .output.main.resources.path>
2828 <transform .output.test.sources.path>${transform.output.root.path} /test/java</transform .output.test.sources.path>
2929 <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>
3032 </properties >
3133
3234 <dependencyManagement >
Original file line number Diff line number Diff line change 485485 **/org/hibernate/checkstyle/**,
486486 **/org/hibernate/search/build/enforcer/**,
487487 **/src/test/java/**,
488- **/org/hibernate/search/integrationtest/**
488+ **/org/hibernate/search/integrationtest/**,
489+ **/lucene-next/**
489490 </sonar .cpd.exclusions>
490491 </properties >
491492
You can’t perform that action at this time.
0 commit comments