We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6c9490 commit fa85310Copy full SHA for fa85310
pom.xml
@@ -52,14 +52,10 @@
52
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
53
<sonar.sensor.cache.project.enable>false</sonar.sensor.cache.project.enable>
54
<sonar.sources>
55
- /jfiletreeprettyprinter-core/src/main/java,
56
- /jfiletreeprettyprinter-cli/src/main/java,
57
- /jfiletreeprettyprinter-examples/src/main/java
+ **/src/main/java
58
</sonar.sources>
59
<sonar.tests>
60
- /jfiletreeprettyprinter-core/src/test/java,
61
- /jfiletreeprettyprinter-cli/src/test/java,
62
- /jfiletreeprettyprinter-examples/src/test/java
+ **/src/test/java
63
</sonar.tests>
64
<sonar.exclusions>
65
**/src/test/**
0 commit comments