File tree Expand file tree Collapse file tree 3 files changed +1
-41
lines changed Expand file tree Collapse file tree 3 files changed +1
-41
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ pipeline {
61
61
steps {
62
62
withMaven(jdk : " ${ JDK_VERSION} " , maven : ' M3' , mavenLocalRepo : ' .repository' ) {
63
63
withSonarQubeEnv(' Sonar' ) {
64
- sh ' mvn --activate-profiles test -DgsExec="${gsExec}" -DcompareExec="${compareExec}" -Dmaven.test.skip=false -Dmaven.test.failure.ignore=false -Dmaven.javadoc.skip=true org.jacoco:jacoco-maven-plugin:prepare-agent verify org.jacoco:jacoco-maven-plugin:report sonar:sonar ' + sonarBranchName + ' ' + sonarBranchTarget
64
+ sh ' mvn --activate-profiles test -DgsExec="${gsExec}" -DcompareExec="${compareExec}" -Dmaven.test.skip=false -Dmaven.test.failure.ignore=false -Dmaven.javadoc.skip=true org.jacoco:jacoco-maven-plugin:prepare-agent verify org.jacoco:jacoco-maven-plugin:report -Dsonar.java.spotbugs.reportPaths="target/spotbugs.xml" sonar:sonar ' + sonarBranchName + ' ' + sonarBranchTarget
65
65
}
66
66
}
67
67
}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 89
89
</resource >
90
90
</resources >
91
91
<plugins >
92
- <plugin >
93
- <groupId >com.github.spotbugs</groupId >
94
- <artifactId >spotbugs-maven-plugin</artifactId >
95
- <version >${spotbugs.version} </version >
96
- <configuration >
97
- <threshold >High</threshold >
98
- <failOnError >true</failOnError >
99
- <excludeFilterFile >findbugs-filter.xml</excludeFilterFile >
100
- </configuration >
101
- </plugin >
102
92
<plugin >
103
93
<groupId >external.atlassian.jgitflow</groupId >
104
94
<artifactId >jgitflow-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments