Skip to content

Commit 46e85a7

Browse files
Remove sonar maven plugin
1 parent 39e5a6a commit 46e85a7

File tree

2 files changed

+0
-48
lines changed

2 files changed

+0
-48
lines changed

.github/workflows/sonar.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,6 @@
5656
<maven-javadoc-plugin.version>3.11.2</maven-javadoc-plugin.version>
5757
<maven-gpg-plugin.version>3.2.7</maven-gpg-plugin.version>
5858

59-
<!-- Other properties -->
60-
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
61-
<sonar.projectKey>ComputerDaddyGuy_JFileTreePrettyPrinter</sonar.projectKey>
62-
<sonar.organization>computerdaddyguy</sonar.organization>
63-
6459
</properties>
6560

6661
<dependencies>
@@ -222,11 +217,6 @@
222217
</reportSet>
223218
</reportSets>
224219
</plugin>
225-
<plugin>
226-
<groupId>org.sonarsource.scanner.maven</groupId>
227-
<artifactId>sonar-maven-plugin</artifactId>
228-
<version>${sonar-maven-plugin.version}</version>
229-
</plugin>
230220
</plugins>
231221
</reporting>
232222

0 commit comments

Comments
 (0)