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 1fa222f commit e3539e4Copy full SHA for e3539e4
pom.xml
@@ -46,6 +46,17 @@
46
<git-commit-id-maven-plugin.version>9.0.2</git-commit-id-maven-plugin.version>
47
<flatten-maven-plugin.version>1.7.3</flatten-maven-plugin.version>
48
49
+ <!-- Sonar -->
50
+ <sonar.organization>computerdaddyguy</sonar.organization>
51
+ <sonar.projectKey>ComputerDaddyGuy_JFileTreePrettyPrinter</sonar.projectKey>
52
+ <sonar.host.url>https://sonarcloud.io</sonar.host.url>
53
+ <sonar.exclusions>
54
+ */src/test/java/**
55
+ </sonar.exclusions>
56
+ <sonar.coverage.exclusions>
57
58
+ </sonar.coverage.exclusions>
59
+
60
</properties>
61
62
<dependencyManagement>
sonar-project.properties
0 commit comments