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 {
6161 steps {
6262 withMaven(jdk : " ${ JDK_VERSION} " , maven : ' M3' , mavenLocalRepo : ' .repository' ) {
6363 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
6565 }
6666 }
6767 }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 8989 </resource >
9090 </resources >
9191 <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 >
10292 <plugin >
10393 <groupId >external.atlassian.jgitflow</groupId >
10494 <artifactId >jgitflow-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments