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 176d0e5 commit a42114cCopy full SHA for a42114c
its/plugin/tests/src/test/java/com/sonar/it/java/suite/ExternalReportTest.java
@@ -74,7 +74,7 @@ public void pmd() {
74
public void spotbugs() {
75
MavenBuild build = TestUtils.createMavenBuild().setPom(TestUtils.projectPom("spotbugs-external-report"))
76
.setProperty("sonar.java.spotbugs.reportPaths", "target" + File.separator + "spotbugsXml.xml")
77
- .setGoals("clean package com.github.spotbugs:spotbugs-maven-plugin:4.9.8.2:spotbugs", "sonar:sonar");
+ .setGoals("clean package com.github.spotbugs:spotbugs-maven-plugin:spotbugs", "sonar:sonar");
78
orchestrator.executeBuild(build);
79
80
String projectKey = "org.sonarsource.it.projects:spotbugs-external-report";
0 commit comments